Skip to content

Commit

Permalink
refactor: improve code quanity (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored Dec 10, 2023
1 parent eaf2d92 commit 43f1b87
Show file tree
Hide file tree
Showing 8 changed files with 316 additions and 105 deletions.
212 changes: 212 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ repository = "https://github.com/sigoden/upt"
categories = ["command-line-utilities"]
keywords = ["universal", "package", "management"]

[dependencies]
which = "5.0.0"

[[bin]]
doc = false
name = "upt"

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

0 comments on commit 43f1b87

Please sign in to comment.