diff --git a/Cargo.toml b/Cargo.toml
index 8a9b04600c52405efacf2e1168b81a4482187cfd..bc3cf1437abb424915e6c8024ec5d1f82c4f8b7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,6 @@ edition = "2021"
 [dependencies]
 rocket = { version = "0.5.0", features = ["json"] }
 serde = { version = "1.0.197", features = ["derive"]}
+
+[profile.release]
+strip = true