Item clone test

This commit is contained in:
Dominik Werder
2023-05-08 22:11:27 +02:00
parent 11047b6b03
commit 0040705b04
18 changed files with 390 additions and 19 deletions

View File

@@ -18,10 +18,9 @@ byteorder = "1.4"
futures-util = "0.3.25"
bytes = "1.3"
pin-project = "1"
#async-channel = "1"
#dashmap = "3"
scylla = "0.7"
async-channel = "1.6"
async-channel = "1.8.0"
chrono = "0.4"
regex = "1.7.0"
err = { path = "../err" }