mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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
9
aquatic_http/src/main.rs
Normal file
9
aquatic_http/src/main.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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