initial commit
- Added basic structure so tests won't error
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user