Skip to content

Commit

Permalink
Rename lib.rs in all sub-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubro committed May 27, 2023
1 parent ffa534c commit 2c7e09c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/yangfmt_formatting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors.workspace = true
edition.workspace = true
license-file.workspace = true

[lib]
path = "src/formatting.rs"

[dependencies]
lazy_static.workspace = true
phf.workspace = true
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions crates/yangfmt_lexing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors.workspace = true
edition.workspace = true
license-file.workspace = true

[lib]
path = "src/lexing.rs"

[dependencies]
lazy_static.workspace = true
pretty_assertions.workspace = true
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions crates/yangfmt_parsing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition.workspace = true
license-file.workspace = true

[lib]
path = "src/parsing.rs"
doctest = false

[dependencies]
Expand Down
File renamed without changes.

0 comments on commit 2c7e09c

Please sign in to comment.