diff --git a/Cargo.toml b/Cargo.toml index c412df9..3c37b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,10 @@ futures = "0.3.31" pnet = "0.35.0" tokio = { version = "1.43.0", features = ["sync", "fs", "io-util", "rt", "rt-multi-thread", "macros", "time"] } rand = "0.8" + +[profile.release] +strip = true +opt-level = "z" +lto = true +codegen-units = 1 +panic = "abort" \ No newline at end of file