2022-05-21 23:40:22 +03:00
|
|
|
[package]
|
2022-08-16 01:50:56 +03:00
|
|
|
name = "redis-rate-limit"
|
2022-05-21 23:40:22 +03:00
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
|
2022-08-16 01:50:56 +03:00
|
|
|
edition = "2021"
|
2022-05-21 23:40:22 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2022-09-14 04:42:08 +03:00
|
|
|
anyhow = "1.0.65"
|
2022-07-07 06:22:09 +03:00
|
|
|
bb8-redis = "0.11.0"
|
2022-08-16 01:50:56 +03:00
|
|
|
tracing = "0.1.36"
|
2022-09-10 03:12:14 +03:00
|
|
|
|
|
|
|
# TODO: i'd prefer not to require tokio here, but we use tokio::time
|
2022-09-14 04:42:08 +03:00
|
|
|
tokio = "1.21.1"
|