web3-proxy/rate-counter/Cargo.toml

10 lines
202 B
TOML
Raw Normal View History

2023-02-26 01:40:22 +03:00
[package]
name = "rate-counter"
version = "0.1.0"
authors = ["Bryan Stitt <bryan@llamanodes.com>"]
edition = "2021"
[dependencies]
flume = "0.10.14"
2023-05-08 19:44:01 +03:00
tokio = { version = "1.28.0", features = ["time"] }