mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00:00
27 lines
497 B
TOML
27 lines
497 B
TOML
[package]
|
|
name = "rustlings"
|
|
version = "5.2.1"
|
|
authors = ["Liv <mokou@fastmail.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
argh = "0.1"
|
|
indicatif = "0.16"
|
|
console = "0.15"
|
|
notify = "4.0"
|
|
toml = "0.5"
|
|
regex = "1.5"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.81"
|
|
home = "0.5.3"
|
|
glob = "0.3.0"
|
|
|
|
[[bin]]
|
|
name = "rustlings"
|
|
path = "src/main.rs"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "0.11.0"
|
|
predicates = "1.0.1"
|
|
glob = "0.3.0"
|