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

v0.2.1 (fixes #27, closes #22, closes #25, closes #26)

Этот коммит содержится в:
rhysd
2023-10-02 01:38:47 +09:00
родитель 01d49b5d0b
Коммит 48312c4f77

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

@@ -1,6 +1,6 @@
[package]
name = "tui-textarea"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.56.1"
authors = ["rhysd <lin90162@yahoo.co.jp>"]
@@ -13,7 +13,7 @@ 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", "ratatui"]
keywords = ["tui", "textarea", "editor", "input", "ratatui"]
include = [
"/src",
"/examples",