mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
added proc-macros for route registration
This commit is contained in:
parent
1151b5bf7c
commit
22708e78a9
9 changed files with 221 additions and 42 deletions
|
@ -29,6 +29,7 @@ members = [
|
|||
".",
|
||||
"actix-files",
|
||||
"actix-session",
|
||||
"actix-web-codegen",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
@ -63,6 +64,7 @@ actix-codec = "0.1.0"
|
|||
#actix-service = "0.3.2"
|
||||
#actix-utils = "0.3.1"
|
||||
actix-rt = "0.2.0"
|
||||
actix-web-codegen = { path="actix-web-codegen" }
|
||||
|
||||
actix-service = { git = "https://github.com/actix/actix-net.git" }
|
||||
actix-utils = { git = "https://github.com/actix/actix-net.git" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue