mute/Cargo.toml
Roman Godmaire b9b833bf5c Mal step 2
2023-09-19 08:17:13 -04:00

13 lines
249 B
TOML

[package]
name = "mal"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
thiserror = "1.0.48"
[dev-dependencies]
rstest = "0.18.2"