mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-30 14:58:38 +08:00
Move to RusTLS, Static binary build, performance improvements.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
mod utils;
|
||||
mod web;
|
||||
|
||||
#[global_allocator]
|
||||
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
|
||||
|
||||
fn main() {
|
||||
web::start::run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user