blob: bb152e5f6252c7aabfc2f120536dcf24f5dca373 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[package]
name = "pitch-lake"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.26", features = ["derive"] }
http-body-util = "0.1.2"
hyper = { version = "1.5.2", features = ["full"] }
hyper-util = { version = "0.1.10", features = ["full"] }
num-bigfloat = "1.7.1"
num-traits = "0.2.19"
rand = "0.8.5"
rand_pcg = "0.3.1"
rand_seeder = "0.3.0"
thousands = "0.2.0"
tokio = { version = "1.43.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|