1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-17 18:09:17 +00:00

Run cargo sort

This commit is contained in:
Isaiah Inuwa
2026-02-13 11:19:32 -06:00
parent 350df6e355
commit f8a9b5781c
2 changed files with 3 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ members = [
"ssh_agent",
"win_webauthn",
"windows_plugin_authenticator",
"windows_plugin_authenticator"
]
[workspace.package]

View File

@@ -5,9 +5,6 @@ license.workspace = true
edition.workspace = true
publish.workspace = true
[lints]
workspace = true
[target.'cfg(windows)'.dependencies]
base64 = { workspace = true }
ciborium = { workspace = true }
@@ -23,3 +20,6 @@ windows-core = { workspace = true }
[target.'cfg(windows)'.dev-dependencies]
hex = { workspace = true }
[lints]
workspace = true