Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fpgmaas/deptry into requirements-file
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Mar 16, 2024
2 parents bcb46c9 + d8790e1 commit c50b823
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ rayon = "1.9.0"
regex = "1.10.3"
rustpython-ast = { version = "0.3.0", features = ["visitor"] }
rustpython-parser = "0.3.0"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"

0 comments on commit c50b823

Please sign in to comment.