rustmon/Cargo.toml

16 lines
328 B
TOML
Raw Permalink 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-25 00:29:42 +08:00
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"
2024-03-24 22:43:39 +08:00
clap = { version = "2" }
2024-03-25 00:29:42 +08:00
include_dir = "0.6.0"