mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-26 12:35:14 +03:00
keywords
This commit is contained in:
parent
603d6b74f4
commit
62d93a1025
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 New Issue
Block a user