1
0
mirror of https://github.com/actix/examples synced 2025-03-13 16:42:35 +01:00

13 lines
265 B
TOML
Raw Normal View History

[package]
name = "middleware-rate-limit"
edition.workspace = true
2025-03-11 01:42:01 +00:00
rust-version.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