web3-proxy/latency/Cargo.toml

17 lines
408 B
TOML
Raw Normal View History

[package]
name = "latency"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ewma = "0.1.1"
2023-05-23 01:43:39 +03:00
flume = "0.10.14"
log = "0.4.17"
2023-05-11 23:25:55 +03:00
serde = { version = "1.0.163", features = [] }
tokio = { version = "1.28.1", features = ["full"] }
[dev-dependencies]
2023-05-11 23:25:55 +03:00
tokio = { version = "1.28.1", features = ["full", "test-util"] }