web3-proxy/redis-rate-limit/Cargo.toml
2022-09-10 00:12:14 +00:00

14 lines
283 B
TOML

[package]
name = "redis-rate-limit"
version = "0.2.0"
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0.64"
bb8-redis = "0.11.0"
tracing = "0.1.36"
# TODO: i'd prefer not to require tokio here, but we use tokio::time
tokio = "1.21.0"