mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 22:37:39 +03:00
add ntex-rouoter crate
This commit is contained in:
parent
68daf75e91
commit
e862efc4e6
10 changed files with 2754 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"ntex",
|
||||
"ntex-router",
|
||||
"ntex-service",
|
||||
"ntex-web-macros",
|
||||
|
||||
|
@ -11,6 +12,7 @@ members = [
|
|||
|
||||
[patch.crates-io]
|
||||
ntex = { path = "ntex" }
|
||||
ntex-router = { path = "ntex-router" }
|
||||
ntex-service = { path = "ntex-service" }
|
||||
|
||||
actix-server = { path = "actix-net/actix-server" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue