1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-03 22:35:50 +03:00

add package metadata to Cargo.toml

Этот коммит содержится в:
rhysd
2022-06-19 20:54:08 +09:00
родитель e357799759
Коммит da83cee419

Просмотреть файл

@@ -2,6 +2,23 @@
name = "tui-textarea"
version = "0.0.0"
edition = "2021"
authors = ["rhysd <lin90162@yahoo.co.jp>"]
description = """
tui-textarea is a simple yet powerful text editor widget for tui-rs. Multi-line
text editor can be easily put as part of your TUI application.
"""
license = "MIT"
homepage = "https://github.com/rhysd/tui-textarea#readme"
repository = "https://github.com/rhysd/tui-textarea"
readme = "README.md"
categories = ["text-editors", "text-processing"]
keywords = ["tui", "textarea", "editor", "input", "edit"]
include = [
"/src",
"/examples",
"/README.md",
"/LICENSE.txt",
]
[features]
default = ["crossterm"]