Skip to content

Commit

Permalink
added release optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliandev02 committed Feb 10, 2024
1 parent c2775cd commit e8c2c1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ dirs = "5.0.1"
[dev-dependencies]
lazy_static = "1.4.0"
rstest = "0.18.2"
tokio = { version = "1.17.0", features = ["sync"] }
tokio = { version = "1.17.0", features = ["sync"] }

[profile.release]
opt-level = 'z'
strip = true
lto = true

0 comments on commit e8c2c1a

Please sign in to comment.