rustlings/Cargo.toml

30 lines
504 B
TOML
Raw Normal View History

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