Skip to content

Commit

Permalink
Rename folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
JenChampagne committed Mar 16, 2024
1 parent e2f018b commit 354c96d
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[workspace]
resolver = "2"
members = [
"html-codegen",
"html-codegen-macros",
"lib",
"macros",
"tests",
"html2rust",
"cli/html2rust",
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion html-codegen/Cargo.toml → lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT"

[dependencies]
ordered_hash_map = "0.4.0"
html-codegen-macros = { path = "../html-codegen-macros", version = "0.1.0" }
html-codegen-macros = { path = "../macros", version = "0.1.0" }

[dev-dependencies]
pretty_assertions = "1.4"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion html-codegen-macros/Cargo.toml → macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ proc-macro-error = "1.0"
ordered_hash_map = "0.4.0"

[dev-dependencies]
html-codegen = { path = "../html-codegen", version = "*" }
html-codegen = { path = "../lib", version = "*" }
pretty_assertions = "1.4"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/JenChampagne/html-codegen"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
html-codegen = { path = "../html-codegen" }
html-codegen = { path = "../lib" }

[dev-dependencies]
pretty_assertions = "1.4"
Expand Down

0 comments on commit 354c96d

Please sign in to comment.