2018-04-26 20:41:19 +01:00
|
|
|
[package]
|
|
|
|
name = "rustlings"
|
2022-04-20 08:44:37 +01:00
|
|
|
version = "4.7.1"
|
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"
|
2019-11-12 10:35:40 +00:00
|
|
|
predicates = "1.0.1"
|
2019-11-11 12:38:24 +00:00
|
|
|
glob = "0.3.0"
|
2022-03-29 10:44:06 +01:00
|
|
|
|
|
|
|
[features]
|
|
|
|
exercises = []
|