rustlings/Cargo.toml
Mifly King 3fc6116ba2 finish
2023-02-12 21:00:55 +08:00

30 lines
509 B
TOML

[package]
name = "rustlings"
version = "5.3.0"
authors = [
"Liv <mokou@fastmail.com>",
"Carol (Nichols || Goulding) <carol.nichols@gmail.com>",
]
edition = "2021"
[dependencies]
argh = "0.1"
indicatif = "0.17.3"
console = "0.15"
notify = "5.0.0"
toml = "0.6.0"
regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
home = "0.5.3"
glob = "0.3.0"
[[bin]]
name = "rustlings"
path = "src/main.rs"
[dev-dependencies]
assert_cmd = "2.0.8"
predicates = "2.1.5"
glob = "0.3.0"