[package]
edition = "2024"
name = "chai-leaf"
version = "0.0.0"
authors = ["Ryan-David Reyes <ryan.david.reyes@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Placeholder for chai-leaf, the chai-tea debugger."
readme = "README.md"
keywords = [
"elm",
"egui",
"eframe",
"architecture",
"tea",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ryry0/chai-leaf-rs"
[lib]
name = "chai_leaf"
path = "src/lib.rs"
[dependencies]