mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Expand codegen to allow specify guards and async
This commit is contained in:
@ -18,4 +18,5 @@ syn = { version = "0.15", features = ["full", "parsing"] }
|
||||
[dev-dependencies]
|
||||
actix-web = { version = "1.0.0-alpha.2" }
|
||||
actix-http = { version = "0.1.0-alpha.2", features=["ssl"] }
|
||||
actix-http-test = { version = "0.1.0-alpha.2", features=["ssl"] }
|
||||
actix-http-test = { version = "0.1.0-alpha.2", features=["ssl"] }
|
||||
futures = { version = "0.1" }
|
||||
|
Reference in New Issue
Block a user