yapping/Cargo.toml
2024-06-10 15:49:16 +02:00

12 lines
244 B
TOML

[package]
name = "yapping"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
assert_matches = "1.5.0"
pretty_assertions = "1.4.0"
rand = "0.8.5"