trictrac/store/Cargo.toml

12 lines
256 B
TOML
Raw Normal View History

2022-12-14 13:58:44 +01:00
[package]
2023-10-29 20:48:53 +01:00
name = "store"
2022-12-14 13:58:44 +01:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-05 17:14:58 +01:00
log = "0.4.20"
2023-10-29 20:48:53 +01:00
rand = "0.8.5"
2023-10-28 15:12:04 +02:00
serde = { version = "1.0", features = ["derive"] }