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