some more cargo fixes

This commit is contained in:
Stephan Dilly 2020-03-24 21:22:56 +01:00
parent cc7dd021cc
commit c92bfe3865
2 changed files with 2 additions and 1 deletions

View File

@ -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/*"]

View File

@ -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]