mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
keywords
This commit is contained in:
parent
603d6b74f4
commit
62d93a1025
1 changed files with 13 additions and 1 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -4,11 +4,23 @@ version = "0.1.1"
|
|||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
description = "blazing fast terminal-ui for git"
|
||||
edition = "2018"
|
||||
exclude = ["assets/*"]
|
||||
homepage = "https://gitui.org"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
categories = ["command-line-utilities"]
|
||||
exclude = ["assets/*"]
|
||||
keywords = [
|
||||
"git",
|
||||
"gui",
|
||||
"cli",
|
||||
"terminal",
|
||||
"ui",
|
||||
"text",
|
||||
"linux",
|
||||
"windows",
|
||||
"macos",
|
||||
"binary",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.15"
|
||||
|
|
|
|||
Loading…
Reference in a new issue