easytier-web and uptime use mimalloc as allocator (#1559)

This commit is contained in:
Sijie.Sun
2025-11-08 11:07:33 +08:00
committed by GitHub
parent 55b93454dc
commit b50744690e
6 changed files with 81 additions and 86 deletions

View File

@@ -64,6 +64,8 @@ uuid = { version = "1.5.0", features = [
chrono = { version = "0.4.37", features = ["serde"] }
mimalloc = { version = "*" }
[features]
default = []
embed = ["dep:axum-embed"]