Skip to content

Commit

Permalink
prepare server-client comms & network protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
weezy20 committed Feb 23, 2024
1 parent bd6fe64 commit 7453c36
Show file tree
Hide file tree
Showing 7 changed files with 287 additions and 33 deletions.
218 changes: 210 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crates/kvs-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ path = "src/client.rs"
[dependencies]
kvs = { workspace = true }
clap = { workspace = true }
anyhow = "1.0.80"

[dev-dependencies]
assert_cmd = "0.11"
criterion = "0.3"
predicates = "1.0.0"
rand = "0.6.5"
tempfile = "3.0.7"
walkdir = "2.2.7"
walkdir = "2.2.7"
Loading

0 comments on commit 7453c36

Please sign in to comment.