[package] name = "rustlings" description = "Small exercises to get you used to reading and writing Rust code!" version = "5.5.1" authors = [ "Liv ", "Carol (Nichols || Goulding) ", ] edition = "2021" [dependencies] argh = "0.1" indicatif = "0.17" console = "0.15" notify = "4.0" toml = "0.7" regex = "1.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.105" home = "0.5.5" glob = "0.3.1" [[bin]] name = "rustlings" path = "src/main.rs" [dev-dependencies] assert_cmd = "2.0.12" predicates = "3.0.3" glob = "0.3.1"