diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-10 18:07:13 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-10 18:07:13 +0200 |
commit | a9aef1863ff0fe0422eee403f85644fc76952e80 (patch) | |
tree | a233ca1ca7fb38d06592fa7296382b5e9b478d62 /Cargo.toml | |
parent | 8b4f27d2c39d1e1f5f1cc455c58800e806ee98d0 (diff) | |
download | warden-a9aef1863ff0fe0422eee403f85644fc76952e80.tar.bz2 warden-a9aef1863ff0fe0422eee403f85644fc76952e80.zip |
feat(warden): save history
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |