From af91ec61c9bbff40187ccb3eedef5354307c1a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20B=C3=B6hm?= Date: Fri, 5 Jan 2024 15:02:12 +0100 Subject: [PATCH] Enabled stripping for release builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 439541f..9089ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ log = "0.4.20" rppal = "0.14.1" spaceapi-dezentrale-client = { git = "https://github.com/dezentrale/spaceapi-rs.git", package = "spaceapi-dezentrale-client", branch = "main" } tokio = { version = "1.35.1", features = ["macros"] } + +[profile.release] +strip = true