web3-proxy/latency/Cargo.toml

17 lines
411 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"
kanal = "0.1.0-pre8"
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"] }