mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
compile with default-features off
This commit is contained in:
parent
e8e0f98f96
commit
cb705317b8
9 changed files with 79 additions and 20 deletions
22
Cargo.toml
22
Cargo.toml
|
@ -106,14 +106,14 @@ lto = true
|
|||
opt-level = 3
|
||||
codegen-units = 1
|
||||
|
||||
# [patch.crates-io]
|
||||
# actix-web = { path = "." }
|
||||
# actix-http = { path = "actix-http" }
|
||||
# actix-http-test = { path = "test-server" }
|
||||
# actix-web-codegen = { path = "actix-web-codegen" }
|
||||
# actix-cors = { path = "actix-cors" }
|
||||
# actix-identity = { path = "actix-identity" }
|
||||
# actix-session = { path = "actix-session" }
|
||||
# actix-files = { path = "actix-files" }
|
||||
# actix-multipart = { path = "actix-multipart" }
|
||||
# awc = { path = "awc" }
|
||||
[patch.crates-io]
|
||||
actix-web = { path = "." }
|
||||
actix-http = { path = "actix-http" }
|
||||
actix-http-test = { path = "test-server" }
|
||||
actix-web-codegen = { path = "actix-web-codegen" }
|
||||
actix-cors = { path = "actix-cors" }
|
||||
actix-identity = { path = "actix-identity" }
|
||||
actix-session = { path = "actix-session" }
|
||||
actix-files = { path = "actix-files" }
|
||||
actix-multipart = { path = "actix-multipart" }
|
||||
awc = { path = "awc" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue