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