aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 49b2288..0992cd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,8 @@ rpgpie = "0.6.2"
tar = "0.4.44"
teloxide = "0.16.0"
tokio = { version = "1.45.1", features = ["macros"] }
+
+[profile.release]
+strip = true
+lto = true
+codegen-units = 1