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
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "gen-dev-cargo-toml"
publish = false
license.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
serde.workspace = true
toml_edit.workspace = true