durak/Cargo.toml
2025-01-08 02:49:05 +01:00

10 lines
195 B
TOML

[package]
name = "durak-frthistime"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.9.0-beta.1"
clap = "4.5.23"
tokio = { version = "1.42.0", features = ["full"] }
anyhow = "1.0.95"