rustlings/Cargo.toml

30 lines
525 B
TOML
Raw Normal View History

2018-04-26 14:41:19 -05:00
[package]
name = "rustlings"
2022-07-01 09:48:34 -05:00
version = "4.8.0"
2022-04-14 04:16:00 -05:00
authors = ["mokou <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
2021-10-29 07:27:36 -05:00
edition = "2021"
2018-04-26 14:41:19 -05:00
[dependencies]
2022-04-20 02:35:08 -05:00
argh = "0.1"
indicatif = "0.16"
console = "0.15"
notify = "4.0"
toml = "0.5"
regex = "1.5"
serde= { version = "1.0", features = ["derive"] }
2022-06-15 22:53:41 -05:00
serde_json = "1.0.81"
home = "0.5.3"
glob = "0.3.0"
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"
[features]
exercises = []