mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
http: use idiomatic folder structure
This commit is contained in:
parent
d20e57d861
commit
4071d4d874
7 changed files with 0 additions and 2 deletions
|
|
@ -1,9 +0,0 @@
|
|||
use aquatic_cli_helpers::run_app_with_cli_and_config;
|
||||
use aquatic_http::config::Config;
|
||||
|
||||
#[global_allocator]
|
||||
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||
|
||||
fn main() {
|
||||
run_app_with_cli_and_config::<Config>(aquatic_http::APP_NAME, aquatic_http::run, None)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue