[package]
edition = "2024"
rust-version = "1.95"
name = "hjkl-vim-types"
version = "0.34.2"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vim vocabulary types for the hjkl editor"
homepage = "https://hjkl.kryptic.sh"
readme = "README.md"
keywords = [
"vim",
"editor",
"types",
]
categories = ["text-editors"]
license = "MIT"
repository = "https://github.com/kryptic-sh/hjkl"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "hjkl_vim_types"
path = "src/lib.rs"
[dependencies.ropey]
version = "1.6"