KVS/Cargo.toml
kxtzownsu bfb70c6ec9 Port KVG to Rust & write docs
Also, this patch adds a fix that gets rid of cursor offset for VSCode Web (e.g: vscode.dev, GH Codespaces)

TEST=compile KVG on all architectures
2024-12-29 08:19:20 +00:00

19 lines
257 B
TOML

[package]
name = "kvg-kvs"
version = "0.1.0"
authors = ["Katelyn"]
edition = "2021"
[workspace]
[dependencies]
clap = { version = "4.0", features = ["derive"] }
[[bin]]
name = "KVG"
path = "src/KVG/main.rs"
[[bin]]
name = "KVS"
path = "src/KVS/main.rs"