Skip to content

Commit

Permalink
cargo: strip release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Aug 10, 2024
1 parent b712794 commit a451e05
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 @@ -3,6 +3,9 @@ name = "sand"
version = "0.1.0"
edition = "2021"

[profile.release]
strip = true

[dependencies]
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
clap = { version = "4.5.13", features = ["derive"] }
Expand Down

0 comments on commit a451e05

Please sign in to comment.