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"
tokio = { version = "1.25.0", features = ["time"] }