2018-04-26 22:41:19 +03:00
|
|
|
[package]
|
|
|
|
name = "rustlings"
|
2022-07-16 15:30:04 +03:00
|
|
|
version = "5.0.0"
|
2022-07-11 13:53:49 +03:00
|
|
|
authors = ["Liv <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
|
2021-10-29 15:27:36 +03:00
|
|
|
edition = "2021"
|
2018-04-26 22:41:19 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2022-04-20 10:35:08 +03:00
|
|
|
argh = "0.1"
|
|
|
|
indicatif = "0.16"
|
|
|
|
console = "0.15"
|
|
|
|
notify = "4.0"
|
|
|
|
toml = "0.5"
|
|
|
|
regex = "1.5"
|
2022-07-10 01:50:57 +03:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2022-06-16 06:53:41 +03:00
|
|
|
serde_json = "1.0.81"
|
|
|
|
home = "0.5.3"
|
|
|
|
glob = "0.3.0"
|
2019-03-20 23:05:45 +03:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "rustlings"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
assert_cmd = "0.11.0"
|
2019-11-12 13:35:40 +03:00
|
|
|
predicates = "1.0.1"
|
2019-11-11 15:38:24 +03:00
|
|
|
glob = "0.3.0"
|