web3-proxy/latency/Cargo.toml
2023-08-30 20:59:06 -07:00

18 lines
476 B
TOML

[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]
log = "0.4.20"
portable-atomic = { version = "1.4.3", features = ["float"] }
serde = { version = "1.0.188", features = [] }
tokio = { version = "1.32.0", features = ["full"] }
tracing = "0.1.37"
watermill = "0.1.1"
[dev-dependencies]
tokio = { version = "1.32.0", features = ["full", "test-util"] }