diff --git a/Cargo.toml b/Cargo.toml index 017be9e..92a03b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,9 @@ futures-core = "0.3.31" futures-util = "0.3.31" regex = "1.11.0" tokio = { version = "1.40.0", features = ["fs", "rt", "process", "macros", "io-util"] } + +[profile.release] +opt-level = 3 +debug = false +lto = true +strip = true