diff --git a/Cargo.toml b/Cargo.toml index b603ba5..8b7f30a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,6 @@ axum = "0.7" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.36", features = ["full"] } + +[profile.release] +strip = true \ No newline at end of file