mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Show Git SHA information when printing version information (#120)
This commit is contained in:
parent
a020b860dd
commit
2a573b6056
5 changed files with 38 additions and 2 deletions
|
@ -12,6 +12,12 @@ exclude = [".github", "CONTRIBUTING.md"]
|
|||
keywords = ["matrix", "chat", "tui", "vim"]
|
||||
categories = ["command-line-utilities"]
|
||||
rust-version = "1.66"
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies.vergen]
|
||||
version = "8"
|
||||
default-features = false
|
||||
features = ["build", "git", "gitcl",]
|
||||
|
||||
[dependencies]
|
||||
arboard = "3.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue