Skip to content

Commit

Permalink
Strip binary on release
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 8, 2024
1 parent 8646c48 commit 8550688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8550688

Please sign in to comment.