summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--talpid-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 6cd6aae1f4..55573a2e7e 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -9,7 +9,6 @@ edition.workspace = true
publish.workspace = true
[dependencies]
-bitflags = "1.2"
duct = "0.13"
err-derive = "0.3.1"
futures = "0.3.15"
@@ -55,6 +54,7 @@ async-trait = "0.1"
[target.'cfg(windows)'.dependencies]
+bitflags = "1.2"
widestring = "1.0"
winreg = { version = "0.7", features = ["transactions"] }
memoffset = "0.6"