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"
2023-06-12 21:44:51 +03:00
log = "0.4.19"
2023-06-09 08:35:14 +03:00
serde = { version = "1.0.164", features = [] }
2023-05-29 19:43:51 +03:00
tokio = { version = "1.28.2", features = ["full"] }
[dev-dependencies]
2023-05-29 19:43:51 +03:00
tokio = { version = "1.28.2", features = ["full", "test-util"] }