web3-proxy/latency/Cargo.toml

18 lines
476 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-08-16 01:39:13 +03:00
log = "0.4.20"
2023-08-31 06:59:06 +03:00
portable-atomic = { version = "1.4.3", features = ["float"] }
serde = { version = "1.0.188", features = [] }
2023-08-17 23:49:45 +03:00
tokio = { version = "1.32.0", features = ["full"] }
tracing = "0.1.37"
2023-06-18 19:47:40 +03:00
watermill = "0.1.1"
[dev-dependencies]
2023-08-17 23:49:45 +03:00
tokio = { version = "1.32.0", features = ["full", "test-util"] }