1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 00:33:33 +00:00

Sort cargo dependencies

This commit is contained in:
Isaiah Inuwa
2025-12-18 11:21:34 -06:00
parent bcb1789cda
commit ff673173b4

View File

@@ -6,9 +6,17 @@ license = { workspace = true }
publish = { workspace = true }
[target.'cfg(windows)'.dependencies]
base64 = { workspace = true }
ciborium = { workspace = true }
desktop_core = { path = "../core" }
futures = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-appender = "0.2.4"
tracing-subscriber = { workspace = true }
win_webauthn = { path = "../win_webauthn" }
windows = { workspace = true, features = [
"System",
"Win32_Foundation",
@@ -18,14 +26,6 @@ windows = { workspace = true, features = [
"Win32_UI_HiDpi",
] }
windows-core = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true, features = ["derive"] }
tracing = { workspace = true }
tracing-appender = "0.2.4"
tracing-subscriber = { workspace = true }
tokio = { workspace = true }
base64 = { workspace = true }
win_webauthn = { path = "../win_webauthn" }
[lints]
workspace = true