web3-proxy/redis-rate-limit/Cargo.toml
2022-09-05 01:52:59 +00:00

11 lines
196 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"