web3-proxy/latency/Cargo.toml
Bryan Stitt 6e891d9081 1.43.70
2023-10-29 20:37:23 -07:00

17 lines
461 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]
portable-atomic = { version = "1.5.1", features = ["float"] }
serde = { version = "1.0.190", features = [] }
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.40"
watermill = "0.1.1"
[dev-dependencies]
tokio = { version = "1.33.0", features = ["full", "test-util"] }