From c92bfe3865171711d4a26073efb5910524d5039a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 24 Mar 2020 21:22:56 +0100 Subject: [PATCH] some more cargo fixes --- Cargo.toml | 2 +- asyncgit/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1acae1b5..7cd9199e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,10 +3,10 @@ name = "gitui" version = "0.1.0" authors = ["Stephan Dilly "] 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/*"] diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index d465ca32..3a296db1 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -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]