link readmes for usage in crates.io

This commit is contained in:
Stephan Dilly 2020-03-24 20:59:51 +01:00
parent 07aa0d603f
commit cd840cdb33
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
license = "MIT"
homepage = "https://gitui.org"
readme = "README.md"
edition = "2018"
exclude = ["assets/*"]

View File

@ -6,6 +6,7 @@ edition = "2018"
description = "log runtime of arbitrary scope"
homepage = "https://gitui.org"
license = "MIT"
readme = "README.md"
[dependencies]
log = "0.4"