initial commit

- Added basic structure so tests won't error
This commit is contained in:
2025-09-21 17:00:51 -04:00
commit 75a5e06077
7 changed files with 461 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "kvs"
version = "0.1.0"
authors = ["Minh Tran <minh@minhtrannhat.com>"]
edition = "2024"
[dependencies]
assert_cmd = "2.0.17"
predicates = "3.1.3"