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
19 lines
257 B
TOML
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"
|