fb62243c3e
This reverts commit 5bfba3a87afbf4157c2b0bd36273e3dcc4075578.
11 lines
251 B
TOML
11 lines
251 B
TOML
[package]
|
|
name = "redis-rate-limiter"
|
|
version = "0.2.0"
|
|
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
deadpool-redis = { version = "0.11.1", features = ["rt_tokio_1", "serde"] }
|
|
tokio = "1.23.1"
|