mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 15:25:54 +00:00
chore(cargo): add homepage to Cargo.toml (#1080)
This commit is contained in:
parent
64eb3913a4
commit
bef2bc1e7c
@ -4,9 +4,10 @@ version = "0.26.2" # crate version
|
|||||||
authors = ["Florian Dehau <work@fdehau.com>", "The Ratatui Developers"]
|
authors = ["Florian Dehau <work@fdehau.com>", "The Ratatui Developers"]
|
||||||
description = "A library that's all about cooking up terminal user interfaces"
|
description = "A library that's all about cooking up terminal user interfaces"
|
||||||
documentation = "https://docs.rs/ratatui/latest/ratatui/"
|
documentation = "https://docs.rs/ratatui/latest/ratatui/"
|
||||||
|
repository = "https://github.com/ratatui-org/ratatui"
|
||||||
|
homepage = "https://ratatui.rs"
|
||||||
keywords = ["tui", "terminal", "dashboard"]
|
keywords = ["tui", "terminal", "dashboard"]
|
||||||
categories = ["command-line-interface"]
|
categories = ["command-line-interface"]
|
||||||
repository = "https://github.com/ratatui-org/ratatui"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
exclude = [
|
exclude = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user