summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-09-30 16:09:50 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-09-30 16:09:50 +0200
commit30bae1819de1ede5c4b9334dbd2b6cf945e237fd (patch)
tree05e7334b2d134b47b32e1f1c725ffcf490d9a6c2 /mullvad-cli
parent51ede1644ebb79ef2f2d054a03b278ea78e5df63 (diff)
parent6ee119d8e435c91a12392a0aae94303f448c3676 (diff)
downloadmullvadvpn-30bae1819de1ede5c4b9334dbd2b6cf945e237fd.tar.xz
mullvadvpn-30bae1819de1ede5c4b9334dbd2b6cf945e237fd.zip
Merge branch 'add-remaining-lwo'
Diffstat (limited to 'mullvad-cli')
-rw-r--r--mullvad-cli/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index c09fd64d4a..058951bff4 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -14,9 +14,6 @@ workspace = true
name = "mullvad"
path = "src/main.rs"
-[features]
-lwo = ["mullvad-types/lwo"]
-
[dependencies]
anyhow = { workspace = true }
chrono = { workspace = true }
@@ -31,7 +28,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", "fs"] }
+tokio = { workspace = true, features = ["macros", "rt-multi-thread", "fs"] }
serde = { workspace = true }
serde_json = { workspace = true }