hojicha 0.2.2

Elm Architecture for terminal UIs in Rust, inspired by Bubbletea
Documentation
[dependencies.hojicha-core]
version = "0.2.2"

[dependencies.hojicha-runtime]
version = "0.2.2"

[features]
default = []

[lib]
name = "hojicha"
path = "src/lib.rs"

[package]
authors = ["McCoy Reynolds Becker <mccoybecker@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "gui"]
description = "Elm Architecture for terminal UIs in Rust, inspired by Bubbletea"
documentation = "https://docs.rs/hojicha"
edition = "2021"
homepage = "https://jgok76.gitea.cloud/femtomc/hojicha"
keywords = ["tui", "terminal", "elm", "tea", "bubbletea"]
license = "GPL-3.0"
name = "hojicha"
readme = "README.md"
repository = "https://jgok76.gitea.cloud/femtomc/hojicha"
rust-version = "1.89.0"
version = "0.2.2"

[package.metadata.docs.rs]
all-features = true