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

@@ -11,7 +11,7 @@ serde_cbor = "0.11.1"
chrono = { version = "0.4.19", features = ["serde"] }
tokio = { version = "1.21.2", features = ["io-util", "net", "time", "sync"] }
#tokio-stream = {version = "0.1.5", features = ["fs"]}
async-channel = "1.6"
async-channel = "1.8.0"
bytes = "1.0.1"
crc32fast = "1.2.1"
arrayref = "0.3.6"