diff --git a/Cargo.toml b/Cargo.toml index 1687f16..73c8846 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,10 @@ serde = { version = "1.0.156", features = ["derive"] } serde_json = "1.0.94" tokio = { version = "1.26.0", features = [ "full" ] } tokio-util = { version = "0.7.7", features = [ "codec" ] } + +[profile.release] +split-debuginfo = "packed" +strip = "symbols" +lto = "fat" +panic = "abort" +codegen-units = 1