From a9aef1863ff0fe0422eee403f85644fc76952e80 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 10 Aug 2025 18:07:13 +0200 Subject: feat(warden): save history --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.2.3