mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
link readmes for usage in crates.io
This commit is contained in:
parent
07aa0d603f
commit
cd840cdb33
2 changed files with 2 additions and 0 deletions
|
|
@ -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/*"]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue