mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
WIP: start work on aquatic_http_private
This commit is contained in:
parent
f0a662e474
commit
11829f98eb
11 changed files with 2821 additions and 22 deletions
|
|
@ -6,6 +6,7 @@ members = [
|
|||
"aquatic_common",
|
||||
"aquatic_http",
|
||||
"aquatic_http_load_test",
|
||||
"aquatic_http_private",
|
||||
"aquatic_http_protocol",
|
||||
"aquatic_toml_config",
|
||||
"aquatic_toml_config_derive",
|
||||
|
|
@ -24,6 +25,7 @@ aquatic_cli_helpers = { path = "aquatic_cli_helpers" }
|
|||
aquatic_common = { path = "aquatic_common" }
|
||||
aquatic_http_load_test = { path = "aquatic_http_load_test" }
|
||||
aquatic_http = { path = "aquatic_http" }
|
||||
aquatic_http_private = { path = "aquatic_http_private" }
|
||||
aquatic_http_protocol = { path = "aquatic_http_protocol" }
|
||||
aquatic_toml_config_derive = { path = "aquatic_toml_config_derive" }
|
||||
aquatic_toml_config = { path = "aquatic_toml_config" }
|
||||
|
|
@ -45,4 +47,4 @@ opt-level = 3
|
|||
[profile.bench]
|
||||
debug = true
|
||||
opt-level = 3
|
||||
lto = true
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue