yapping/Cargo.toml

12 lines
244 B
TOML
Raw Permalink Normal View History

2024-05-28 03:22:09 +01:00
[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]
2024-06-10 14:49:16 +01:00
assert_matches = "1.5.0"
2024-05-30 12:49:41 +01:00
pretty_assertions = "1.4.0"
rand = "0.8.5"