Add cache-me and throttle

This commit is contained in:
2023-05-06 22:34:56 +02:00
parent 97ba1f18a2
commit e9ffbf6b74
3 changed files with 12 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
log = "0.4"
pretty_env_logger = "0.4"
teloxide = { version = "0.12.2", features = ["macros", "webhooks-axum"] }
teloxide = { version = "0.12.2", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
url = "2.2.2"
ctrlc = { version = "3.2.3", features = ["termination"] }
strum = "0.24"