mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 16:03:31 +02: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
|