14 lines
398 B
TOML
14 lines
398 B
TOML
[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"
|