diff --git a/Cargo.toml b/Cargo.toml index 454639f..a7d6673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,6 @@ serde_json = "1.0.115" mio = { version = "0.8.11", features = ["os-poll", "os-ext"] } anyhow = "1.0.81" clap = { version = "4.5.4", features = ["derive"] } + +[profile.release] +strip = true