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