[package]
edition = "2024"
rust-version = "1.85"
name = "yeah-editor"
version = "0.1.0"
build = false
exclude = ["examples"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "yeah-editor"
homepage = "https://github.com/kawayww/yeah-editor"
readme = "README.md"
keywords = [
"editor",
"xilem",
"gui",
"tui",
]
license = "MIT"
repository = "https://github.com/kawayww/yeah-editor"
[[bin]]
name = "yeah-editor"
path = "src/main.rs"
[dependencies.xilem]
version = "0.4.0"