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

@@ -17,7 +17,7 @@ serde = { version = "1", features = ["derive"] }
serde_derive = "1"
serde_json = "1"
chrono = "0.4"
async-channel = "1"
async-channel = "1.8.0"
parking_lot = "0.11"
crc32fast = "1.2"
err = { path = "../err" }