web3-proxy/deferred-rate-limiter/Cargo.toml

15 lines
321 B
TOML
Raw Normal View History

[package]
2022-09-15 20:57:24 +03:00
name = "deferred-rate-limiter"
version = "0.2.0"
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
edition = "2021"
[dependencies]
2023-05-18 10:04:30 +03:00
quick_cache_ttl = { path = "../quick_cache_ttl" }
2022-09-15 20:57:24 +03:00
redis-rate-limiter = { path = "../redis-rate-limiter" }
2023-05-11 23:25:55 +03:00
anyhow = "1.0.71"
2023-01-15 23:02:33 +03:00
hashbrown = "0.13.2"
2023-05-29 19:43:51 +03:00
log = "0.4.18"
tokio = "1.28.2"