web3-proxy/redis-rate-limit/Cargo.toml
2022-09-14 01:42:08 +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.65"
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.1"