rustmon/Cargo.toml

13 lines
168 B
TOML
Raw Normal View History

2024-03-24 17:09:26 +08:00
[package]
name = "pokerust"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-03-25 00:29:42 +08:00
2024-03-25 15:06:57 +08:00
clap = "2.0.0"
2024-03-24 22:17:14 +08:00
rand = "0.8"
2024-03-24 17:09:26 +08:00
serde_json = "1.0"
2024-03-24 22:17:14 +08:00
once_cell = "1.8.0"
rust-embed = "8.3.0"