From 8df08c7202edb637301f366c3323f80644d5be10 Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Wed, 3 Jan 2024 18:33:31 -0500 Subject: [PATCH] strip binary --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5852cc3..704afe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,7 @@ tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros", "net futures = "0.3.0" failure = "0.1.8" gethostname = "*" -windows-service = "*" \ No newline at end of file +windows-service = "*" + +[profile.release] +strip = true \ No newline at end of file