mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 11:03:30 +00:00
Make sys deps optional for the proxy
This commit is contained in:
@@ -8,7 +8,7 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "=1.0.86"
|
||||
desktop_core = { path = "../core" }
|
||||
desktop_core = { path = "../core", default-features = false }
|
||||
futures = "0.3.30"
|
||||
log = "0.4.21"
|
||||
simplelog = "0.12.2"
|
||||
|
||||
Reference in New Issue
Block a user