diff --git a/Cargo.toml b/Cargo.toml index d736095..cc009a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,10 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" tokio = { version = "1.52.3", features = ["full"] } tower-http = { version = "0.6.11", features = ["fs"] } + +[profile.release] +codegen-units = 1 +opt-level = 3 +lto = true +strip = "symbols" +panic = "abort"