diff --git a/Cargo.toml b/Cargo.toml index 4d315e4..bfe95de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,7 @@ edition = "2021" axum = "0.6.20" nix = { version="0.27.1", features=["user"]} tokio = { version="1.32.0", features=["macros", "rt-multi-thread"]} + +[profile.release] +strip = true +lto = true