mirror of
https://github.com/actix/examples
synced 2025-02-17 15:23:31 +01:00
14 lines
246 B
TOML
14 lines
246 B
TOML
|
[package]
|
||
|
name = "middleware-rate-limit"
|
||
|
version = "1.0.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
actix-web.workspace = true
|
||
|
log.workspace = true
|
||
|
env_logger.workspace = true
|
||
|
futures-util.workspace = true
|
||
|
chrono.workspace = true
|
||
|
|
||
|
actix-governor = "0.4"
|