vkit 0.1.0

Fast Rust dev CLI: manage Node ports, run scripts, install & sync VS Code / Cursor extensions.
[package]
name = "vkit"
version = "0.1.0"
edition = "2021"
rust-version = "1.80"
description = "Fast Rust dev CLI: manage Node ports, run scripts, install & sync VS Code / Cursor extensions."
license = "MIT"
readme = "README.md"
repository = "https://github.com/stekovinbranturry/vkit-rs"
homepage = "https://github.com/stekovinbranturry/vkit-rs"
keywords = ["cli", "tui", "ratatui", "vsix", "devtools"]
categories = ["command-line-utilities", "development-tools"]

[[bin]]
name = "vkit"
path = "src/main.rs"

[dependencies]
anyhow = "1"
clap = { version = "4.5", features = ["derive"] }
dirs = "6.0.0"
ignore = "0.4.27"
nix = { version = "0.29", features = ["signal", "process"] }
ratatui = "0.29"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
termbg = "0.6"
thiserror = "2"
tui-big-text = "0.7"
ureq = { version = "2", features = ["json", "gzip"] }
which = "8.0.4"