rustlings/Cargo.toml

30 lines
525 B
TOML
Raw Normal View History

2018-04-26 20:41:19 +01:00
[package]
name = "rustlings"
2022-07-01 15:48:34 +01:00
version = "4.8.0"
2022-04-14 10:16:00 +01:00
authors = ["mokou <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
2021-10-29 13:27:36 +01:00
edition = "2021"
2018-04-26 20:41:19 +01:00
[dependencies]
2022-04-20 08:35:08 +01: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-16 04:53:41 +01:00
serde_json = "1.0.81"
home = "0.5.3"
glob = "0.3.0"
2019-03-20 20:05:45 +00: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 = []