aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a7a764..6a2698f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,5 +43,11 @@ utoipa-rapidoc = "6.0.0"
utoipa-redoc = "6.0.0"
utoipa-scalar = "0.3.0"
utoipa-swagger-ui = "9.0.2"
+uuid = "1.17.0"
warden-core = { path = "lib/warden-core" }
warden-stack = { path = "lib/warden-stack" }
+
+[profile.release]
+lto = true
+strip = true
+codegen-units = 1