stuff
This commit is contained in:
commit
cc3112ad3d
8 changed files with 1118 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue