Switch to tokio channel

This commit is contained in:
Louis Dureuil
2024-01-23 16:52:48 +01:00
parent b141c82a04
commit 8febbf64ce
4 changed files with 17 additions and 6 deletions

View File

@ -18,4 +18,5 @@ byte-unit = { version = "4.0.19", default-features = false, features = [
"std",
"serde",
] }
tokio = { version = "1.35.1", features = ["sync"] }