web3-proxy/latency/Cargo.toml

17 lines
461 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]
2023-10-30 06:35:38 +03:00
portable-atomic = { version = "1.5.1", features = ["float"] }
2023-11-08 21:49:59 +03:00
serde = { version = "1.0.192", features = [] }
2023-11-10 04:49:53 +03:00
tokio = { version = "1.34.0", features = ["full"] }
2023-10-20 22:17:07 +03:00
tracing = "0.1.40"
2023-06-18 19:47:40 +03:00
watermill = "0.1.1"
[dev-dependencies]
2023-11-10 04:49:53 +03:00
tokio = { version = "1.34.0", features = ["full", "test-util"] }