mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
some more cargo fixes
This commit is contained in:
parent
cc7dd021cc
commit
c92bfe3865
2 changed files with 2 additions and 1 deletions
|
|
@ -3,10 +3,10 @@ name = "gitui"
|
|||
version = "0.1.0"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
description = "blazing fast terminal-ui for git"
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
homepage = "https://gitui.org"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
categories = ["command-line-utilities"]
|
||||
exclude = ["assets/*"]
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ edition = "2018"
|
|||
description = "allow using git2 in a asynchronous context"
|
||||
homepage = "https://gitui.org"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
categories = ["concurrency","asynchronous"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue