diff --git a/Cargo.toml b/Cargo.toml index 98b8676..9f0f448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,3 +90,6 @@ doc = false name = "http" maintainer = "nabijaczleweli " section = "web" + +[profile.release] +lto = true