mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
chore: move and document rate limit middleware
This commit is contained in:
13
middleware/rate-limit/Cargo.toml
Normal file
13
middleware/rate-limit/Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "middleware-rate-limit"
|
||||
version = "1.0.0"
|
||||
publish.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-governor = "0.5"
|
||||
actix-web.workspace = true
|
||||
chrono.workspace = true
|
||||
env_logger.workspace = true
|
||||
futures-util.workspace = true
|
||||
log.workspace = true
|
Reference in New Issue
Block a user