yapping/Cargo.toml

11 lines
219 B
TOML
Raw 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-05-30 12:49:41 +01:00
pretty_assertions = "1.4.0"
rand = "0.8.5"