summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-01-11 10:43:57 +0100
committerDavid Lönnhager <david.l@mullvad.net>2024-01-11 13:03:19 +0100
commitf5d0fa728f0dea84db9c31f04e58f0be95541c75 (patch)
treee394a256f2723403767b6b423a79c1d3d3040bb9
parentca0ad9e17da84a88621a307516eb92cad2189fa4 (diff)
downloadmullvadvpn-f5d0fa728f0dea84db9c31f04e58f0be95541c75.tar.xz
mullvadvpn-f5d0fa728f0dea84db9c31f04e58f0be95541c75.zip
Add missing tokio feature to mullvad-cli
-rw-r--r--mullvad-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index fab9ac6156..d0453c85f4 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -26,7 +26,7 @@ mullvad-version = { path = "../mullvad-version" }
talpid-types = { path = "../talpid-types" }
mullvad-management-interface = { path = "../mullvad-management-interface" }
-tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
+tokio = { workspace = true, features = ["macros", "rt-multi-thread", "fs"] }
[target.'cfg(all(unix, not(target_os = "android")))'.dependencies]
clap_complete = { version = "4.2.1" }