mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
445441ce25
so that `cargo install` only installs `rustlings`
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
|