diff --git a/Cargo.toml b/Cargo.toml index a294619..26713f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +strip = true +lto = "fat" + [dependencies] tempfile = "3.2" trust-dns-resolver = "0.22"