mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
merge actix-rt
This commit is contained in:
parent
4ec01db40a
commit
7df3cc59a1
86 changed files with 582 additions and 587 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -2,9 +2,11 @@
|
|||
members = [
|
||||
"ntex",
|
||||
"ntex-codec",
|
||||
"ntex-macros",
|
||||
"ntex-router",
|
||||
"ntex-rt",
|
||||
"ntex-service",
|
||||
"ntex-web-macros",
|
||||
# "ntex-web-macros",
|
||||
|
||||
"actix-net/actix-service",
|
||||
"actix-net/router",
|
||||
|
@ -13,12 +15,10 @@ members = [
|
|||
[patch.crates-io]
|
||||
ntex = { path = "ntex" }
|
||||
ntex-codec = { path = "ntex-codec" }
|
||||
ntex-macros = { path = "ntex-macros" }
|
||||
ntex-router = { path = "ntex-router" }
|
||||
ntex-rt = { path = "ntex-rt" }
|
||||
ntex-service = { path = "ntex-service" }
|
||||
ntex-web-macros = { path = "ntex-web-macros" }
|
||||
|
||||
actix-service = { path = "actix-net/actix-service" }
|
||||
actix-router = { path = "actix-net/router" }
|
||||
|
||||
actix-rt = { path = "actix-net/actix-rt" }
|
||||
actix-macros = { path = "actix-net/actix-macros" }
|
||||
bytestring = { path = "actix-net/string" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue