aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4cc66f1..fa88a72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ lto = true
opt-level = 'z'
codegen-units = 1
panic = 'abort'
+strip = true
[dependencies]
actix-web = "4"