feat(cli): scaffolding

- Still have to implement KvStore business logic
This commit is contained in:
2025-09-27 17:36:28 -04:00
parent 75a5e06077
commit 9a1699a830
3 changed files with 345 additions and 3 deletions

View File

@@ -5,5 +5,9 @@ authors = ["Minh Tran <minh@minhtrannhat.com>"]
edition = "2024"
[dependencies]
assert_cmd = "2.0.17"
clap = { version = "4.5.48", features = ["cargo", "derive", "help"] }
yaml-rust2 = "0.10.4"
[dev-dependencies]
predicates = "3.1.3"
assert_cmd = "2.0.17"