Make gen-dev-cargo-toml a separate package

so that `cargo install` only installs `rustlings`
This commit is contained in:
mo8it
2024-04-04 23:16:57 +02:00
parent 34375b2ebf
commit 445441ce25
6 changed files with 36 additions and 9 deletions
Generated
+9
View File
@@ -330,6 +330,15 @@ dependencies = [
"libc",
]
[[package]]
name = "gen-dev-cargo-toml"
version = "0.0.0"
dependencies = [
"anyhow",
"serde",
"toml_edit",
]
[[package]]
name = "glob"
version = "0.3.1"