[package]
edition = "2024"
rust-version = "1.95"
name = "hjkl-vim"
version = "0.3.0"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vim modal state types and grammar primitives for the hjkl editor stack. Pre-1.0 churn."
homepage = "https://hjkl.kryptic.sh"
readme = "README.md"
keywords = [
"vim",
"modal",
"editor",
"fsm",
]
categories = ["text-editors"]
license = "MIT"
repository = "https://github.com/kryptic-sh/hjkl-vim"
[lib]
name = "hjkl_vim"
path = "src/lib.rs"
[[test]]
name = "pending"
path = "tests/pending.rs"