fd661689a3
* tracing * add tracing and features to match * use just one hostname crate * cargo upgrade * set up pretty logger and sentry layer
16 lines
343 B
TOML
16 lines
343 B
TOML
[package]
|
|
name = "deferred-rate-limiter"
|
|
version = "0.2.0"
|
|
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
redis-rate-limiter = { path = "../redis-rate-limiter" }
|
|
|
|
anyhow = "1.0.71"
|
|
hashbrown = "0.14.0"
|
|
log = "0.4.19"
|
|
moka = { version = "0.11.2", features = ["future"] }
|
|
tokio = "1.28.2"
|
|
tracing = "0.1.37"
|