aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-03-29 20:11:21 +0200
committerrtkay123 <dev@kanjala.com>2026-03-29 20:11:21 +0200
commit51a5e45707a4c0a229ad35ef48f23b3e88de6323 (patch)
tree04764cf076a2fed0f46468e51bc80d539e244deb /Cargo.toml
parent2b4d2fab25963712900dda4736432a64189fa876 (diff)
downloadwarden-51a5e45707a4c0a229ad35ef48f23b3e88de6323.tar.bz2
warden-51a5e45707a4c0a229ad35ef48f23b3e88de6323.zip
feat: delete transaction schema
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05332e0..ee33a0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,3 +32,8 @@ features = ["macros", "migrate", "postgres"]
[profile.dev.package.sqlx-macros]
opt-level = 3
+
+[profile.release]
+lto = true
+strip = true
+codegen-units = 1