[package]
edition = "2024"
rust-version = "1.95"
name = "tmprl-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure domain logic for tmprl: modes, keymap, command registry"
homepage = "https://github.com/arisros/tmprl"
readme = false
keywords = [
"temporal",
"tui",
"terminal",
"workflow",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/arisros/tmprl"
[lib]
name = "tmprl_core"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.toml]
version = "0.9"