1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 10:03:23 +00:00

another pass with udeps

This commit is contained in:
neuronull
2025-11-05 14:57:42 -07:00
parent 220ecbdfd2
commit 5a7461df75
6 changed files with 22 additions and 16 deletions

View File

@@ -9,7 +9,9 @@ publish = { workspace = true }
crate-type = ["cdylib"]
[dependencies]
libc = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
ctor = { workspace = true }
desktop_core = { path = "../core" }
libc = { workspace = true }
tracing = { workspace = true }