2018-04-26 14:41:19 -05:00
|
|
|
[package]
|
|
|
|
name = "rustlings"
|
2022-04-20 02:44:37 -05:00
|
|
|
version = "4.7.1"
|
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 15:05:45 -05:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "rustlings"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
assert_cmd = "0.11.0"
|
2019-11-12 04:35:40 -06:00
|
|
|
predicates = "1.0.1"
|
2019-11-11 06:38:24 -06:00
|
|
|
glob = "0.3.0"
|
2022-03-29 04:44:06 -05:00
|
|
|
|
|
|
|
[features]
|
|
|
|
exercises = []
|