mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 13:10:40 +00:00
445441ce25
so that `cargo install` only installs `rustlings`
11 lines
194 B
TOML
11 lines
194 B
TOML
[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
|