rustlings/gen-dev-cargo-toml/Cargo.toml

11 lines
194 B
TOML
Raw Normal View History

[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