BSQ_42/Cargo.toml

15 lines
398 B
TOML
Raw Permalink Normal View History

2023-08-21 00:02:55 +02:00
[package]
name = "bsq"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4.26", default-features = false, features = ["std", "alloc", "clock"] }
itertools = "0.11.0"
rand = "0.8.5"
rayon = "1.7.0"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105"