web3-proxy/latency/Cargo.toml
Bryan Stitt 156ff1c33a 1.43.85
2023-11-08 11:45:49 -08: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.192", 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"] }