diff --git a/yazi-adaptor/Cargo.toml b/yazi-adaptor/Cargo.toml index b475018c..5e6b9c28 100644 --- a/yazi-adaptor/Cargo.toml +++ b/yazi-adaptor/Cargo.toml @@ -18,7 +18,7 @@ base64 = "^0" color_quant = "^1" image = "^0" ratatui = "^0" -tokio = { version = "^1", features = [ "parking_lot", "process" ] } +tokio = { version = "^1", features = [ "parking_lot", "io-util", "process" ] } # Logging tracing = "^0"