chore: 大幅缩减构建结果的二进制文件体积 (#356)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-06-06 23:34:46 +08:00
committed by GitHub
parent 65a047b0fa
commit 586d5ec4ee
11 changed files with 175 additions and 74 deletions
+8 -4
View File
@@ -37,7 +37,6 @@ hex = "0.4.3"
leaky-bucket = "1.1.2"
md5 = "0.7.0"
memchr = "2.7.4"
mime_guess = "2.0.5"
once_cell = "1.21.3"
prost = "0.13.5"
quick-xml = { version = "0.37.5", features = ["async-tokio"] }
@@ -53,7 +52,7 @@ reqwest = { version = "0.12.15", features = [
"stream",
], default-features = false }
rsa = { version = "0.9.8", features = ["sha2"] }
rust-embed = "8.7.2"
rust-embed-for-web = { git = "https://github.com/amtoaer/rust-embed-for-web", tag = "v1.0.0" }
sea-orm = { version = "1.1.11", features = [
"macros",
"runtime-tokio-rustls",
@@ -71,8 +70,13 @@ toml = "0.8.22"
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["chrono"] }
utoipa = { version = "5.3.1", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.0", features = ["axum", "vendored"] }
utoipa = { git = "https://github.com/amtoaer/utoipa.git", tag = "v1.0.1", features = [
"axum_extras",
] }
utoipa-swagger-ui = { git = "https://github.com/amtoaer/utoipa.git", tag = "v1.0.1", features = [
"axum",
"vendored",
] }
validator = { version = "0.20.0", features = ["derive"] }
[workspace.metadata.release]