[package]
name = "van-editor"
version = "0.2.3"
edition = "2024"
description = "Van(formely: VimnANo) is a simple rust code editor with advanced vim-like features."
license = "GPL-3.0"
repository = "https://github.com/quinnyfoco-design/van"
readme = "README.md"
keywords = ["rust", "vim", "editor", "terminal"]
categories = ["text-editors", "command-line-utilities"]
[dependencies]
crossterm = "0.29.0"
serde_json = "1.0"
reqwest = { version = "0.12", features = ["blocking", "json", "rustls-tls"] }
[[bin]]
name = "van"
path = "src/main.rs"