chore: add documentation field in Cargo.toml (#277)

This commit is contained in:
chrunchyjesus 2020-05-10 12:27:52 +02:00 committed by GitHub
parent 4db0250b95
commit 6ffdede95a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ authors = ["Florian Dehau <work@fdehau.com>"]
description = """
A library to build rich terminal user interfaces or dashboards
"""
documentation = "https://docs.rs/tui/0.9.1/tui/"
keywords = ["tui", "terminal", "dashboard"]
repository = "https://github.com/fdehau/tui-rs"
license = "MIT"