mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 01:33:30 +02:00
Make gen-dev-cargo-toml a separate package
so that `cargo install` only installs `rustlings`
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user