mute/Cargo.toml

14 lines
249 B
TOML
Raw Normal View History

2023-09-12 11:21:51 +00:00
[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]
2023-09-13 12:47:24 +00:00
anyhow = "1.0.75"
2023-09-19 12:17:13 +00:00
thiserror = "1.0.48"
2023-09-13 12:47:24 +00:00
[dev-dependencies]
rstest = "0.18.2"