rustlings/Cargo.toml

24 lines
457 B
TOML
Raw Normal View History

2018-04-26 14:41:19 -05:00
[package]
name = "rustlings"
2021-09-25 04:23:05 -05:00
version = "4.6.0"
authors = ["anastasie <ana@ana.st>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
2019-01-09 13:09:49 -06:00
edition = "2018"
2018-04-26 14:41:19 -05:00
[dependencies]
argh = "0.1.4"
indicatif = "0.10.3"
console = "0.7.7"
notify = "4.0.15"
toml = "0.4.10"
regex = "1.1.6"
serde = {version = "1.0.10", features = ["derive"]}
2019-03-20 14:05:45 -06:00
[[bin]]
name = "rustlings"
path = "src/main.rs"
[dev-dependencies]
assert_cmd = "0.11.0"
predicates = "1.0.1"
glob = "0.3.0"