web3-proxy/redis-rate-limit/Cargo.toml

11 lines
196 B
TOML
Raw Normal View History

[package]
name = "redis-rate-limit"
version = "0.2.0"
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
edition = "2021"
[dependencies]
2022-09-05 04:52:59 +03:00
anyhow = "1.0.64"
2022-07-07 06:22:09 +03:00
bb8-redis = "0.11.0"
tracing = "0.1.36"