This commit is contained in:
Maix0 2023-08-21 00:02:55 +02:00
commit cc3112ad3d
8 changed files with 1118 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[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"