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