diff --git a/command/Cargo.toml b/command/Cargo.toml index 07425b29..a36dfa02 100644 --- a/command/Cargo.toml +++ b/command/Cargo.toml @@ -3,6 +3,9 @@ name = "command" version = "0.1.0" edition = "2021" +[profile.release] +strip = "none" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]