broken-battle/Cargo.toml

10 lines
252 B
TOML
Raw Normal View History

2023-08-14 21:50:27 +01:00
[package]
name = "broken-data"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
2023-10-10 22:04:32 +01:00
anyhow = { version = "1.0.72", features = ["backtrace"] }