diff options
| author | mo8it <mo8it@proton.me> | 2024-04-04 23:16:57 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-04 23:16:57 +0200 |
| commit | 445441ce25ec8658bcdec6b2038d17e893a5903f (patch) | |
| tree | b930469e506939e69409587c778a0fc788f73728 /gen-dev-cargo-toml/Cargo.toml | |
| parent | 34375b2ebfbdb0b6504a56c82635c8c9d3d6ce59 (diff) | |
Make gen-dev-cargo-toml a separate package
so that `cargo install` only installs `rustlings`
Diffstat (limited to 'gen-dev-cargo-toml/Cargo.toml')
| -rw-r--r-- | gen-dev-cargo-toml/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gen-dev-cargo-toml/Cargo.toml b/gen-dev-cargo-toml/Cargo.toml new file mode 100644 index 0000000..8922ae8 --- /dev/null +++ b/gen-dev-cargo-toml/Cargo.toml @@ -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 |
