rustmon/Cargo.toml

13 lines
280 B
TOML
Raw Normal View History

2024-03-24 17:09:26 +08:00
[package]
name = "pokerust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-24 22:17:14 +08:00
rand = "0.8"
2024-03-24 17:09:26 +08:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2024-03-24 22:17:14 +08:00
once_cell = "1.8.0"