mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
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
|