diff --git a/Cargo.toml b/Cargo.toml index 70f1d17..1a3ee42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ readme = "README.md" repository = "https://git.asonix.dog/asonix/pict-rs" edition = "2021" +[profile.release] +strip = true + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = []