diff --git a/Cargo.toml b/Cargo.toml index 01ddb3b..27b5773 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,7 @@ irc = "1.1" tokio = { version = "1", features = [ "full" ] } tracing = "0.1" tracing-subscriber = "0.3" + +[profile.release] +lto = true +strip = true