diff --git a/mediarepo-api/Cargo.toml b/mediarepo-api/Cargo.toml index 61b03a2..dfa4138 100644 --- a/mediarepo-api/Cargo.toml +++ b/mediarepo-api/Cargo.toml @@ -32,12 +32,12 @@ features = [] [dependencies.tokio] version = "1.12.0" optional = true -features = ["sync", "fs"] +features = ["sync", "fs", "net", "io-util", "io-std", "time", "rt"] [dependencies.toml] version = "0.5.8" optional = true [features] -tauri-plugin = ["client-api","tauri", "rmp-ipc", "parking_lot", "serde_json"] -client-api = ["rmp-ipc", "async-trait"] \ No newline at end of file +tauri-plugin = ["client-api","tauri", "rmp-ipc", "parking_lot", "serde_json", "tokio", "toml", "directories"] +client-api = ["rmp-ipc", "async-trait", "tokio"] \ No newline at end of file