mute/Cargo.toml
Roman Godmaire 96f822ace8 Mal Step 1
2023-09-13 08:47:24 -04:00

12 lines
228 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"
[dev-dependencies]
rstest = "0.18.2"