diff --git a/Cargo.toml b/Cargo.toml index 3bc378e..eaaae8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,7 @@ tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros"] } tracing = "0.1.33" tracing-subscriber = "0.3.11" bytes = "1.1.0" -futures-util = "0.3.21" \ No newline at end of file +futures-util = "0.3.21" + +[profile.release] +lto = true \ No newline at end of file