diff --git a/Cargo.toml b/Cargo.toml index 2f5bb3d..de2a37a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,9 @@ build = "src/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +strip = true + [build-dependencies] ructe = "0.17.0"