mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
pass request by ref; added middleware support
This commit is contained in:
@ -54,6 +54,9 @@ git = "https://github.com/fafhrd91/actix.git"
|
||||
default-features = false
|
||||
features = []
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "*"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
Reference in New Issue
Block a user