web3-proxy/latency/Cargo.toml
Bryan Stitt 2c60f5c1a0 1.43.92
2023-11-21 23:39:40 -04: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.193", features = [] }
tokio = { version = "1.34.0", features = ["full"] }
tracing = "0.1.40"
watermill = "0.1.1"
[dev-dependencies]
tokio = { version = "1.34.0", features = ["full", "test-util"] }