-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade is now a cargo feature
- Loading branch information
1 parent
eca33d4
commit 95607a1
Showing
7 changed files
with
89 additions
and
29 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "grip-grab" | ||
version = "0.5.4" | ||
version = "0.5.5" | ||
edition = "2021" | ||
authors = ["Alexandre Pasmantier <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -18,19 +18,28 @@ categories = [ | |
|
||
|
||
[dependencies] | ||
anyhow = "1.0.86" | ||
clap = { version = "4.5.9", features = ["derive"] } | ||
devicons = "0.6.7" | ||
grep = "0.3.1" | ||
ignore = "0.4.22" | ||
serde = { version = "1.0.204", features = ["derive"] } | ||
serde_json = "1.0.120" | ||
termcolor = "1.4.1" | ||
thiserror = "1.0.64" | ||
|
||
[[bin]] | ||
name = "gg" | ||
path = "src/main.rs" | ||
|
||
|
||
[features] | ||
default = [] | ||
upgrade = [] | ||
|
||
[profile.dev] | ||
opt-level = 0 | ||
debug = true | ||
|
||
[profile.release] | ||
opt-level = 3 | ||
debug = "none" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters