aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-10 18:07:13 +0200
committerrtkay123 <dev@kanjala.com>2025-08-10 18:07:13 +0200
commita9aef1863ff0fe0422eee403f85644fc76952e80 (patch)
treea233ca1ca7fb38d06592fa7296382b5e9b478d62 /Cargo.toml
parent8b4f27d2c39d1e1f5f1cc455c58800e806ee98d0 (diff)
downloadwarden-a9aef1863ff0fe0422eee403f85644fc76952e80.tar.bz2
warden-a9aef1863ff0fe0422eee403f85644fc76952e80.zip
feat(warden): save history
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