diff --git a/Cargo.toml b/Cargo.toml index c1f472b..b5954c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ repository = "https://git.asonix.dog/asonix/warriors-names" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +strip = true [dependencies] anyhow = "1.0"