mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-03-14 12:05:03 +00:00
10 lines
194 B
TOML
10 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
|