WIP async read write implementation

This commit is contained in:
Jett Chen 2023-11-22 21:44:46 +08:00
parent 13a5ab8352
commit 02f5a4ef74
5 changed files with 49 additions and 31 deletions

View file

@ -39,6 +39,7 @@ ip_network = "0.4.0"
async-trait = "0.1.74"
async-channel = "1.9"
schemars = "0.8"
futures = "0.3.28"
[target.'cfg(target_os = "linux")'.dependencies]
caps = "0.5.5"