diff --git a/Cargo.toml b/Cargo.toml index cbdae10..719bea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,9 @@ tokio-stream = "0.1.10" tokio-util = "0.7.4" toml = "0.5.9" windows-service = "0.5.0" + +[profile.release] +opt-level = 3 +debug = false +lto = true +strip = true