durak/Cargo.toml

11 lines
195 B
TOML
Raw Normal View History

2025-01-07 02:11:22 +01:00
[package]
name = "durak-frthistime"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.9.0-beta.1"
clap = "4.5.23"
2025-01-08 02:49:05 +01:00
tokio = { version = "1.42.0", features = ["full"] }
anyhow = "1.0.95"