aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-11-01 22:04:17 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-11-01 22:04:17 +0100
commit02d3d71b900c8c2e05c68cb40d656e84a5365786 (patch)
tree1b3ecefdcef8cf83539406ca356577d205a16f9b
parent46f47b5e7f1f6653bcfcda7de12e74adfcd8d5ca (diff)
strip binary in release mode
this is intended for routers without much disk space
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a395053..3cebb81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[profile.release]
+strip = true
+
[dependencies]
inwx = { version = "0.1.0", git = "https://github.com/HimbeerserverDE/inwx-rs.git" }
ipnet = "2.5.0"