1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00

Run cargo sort

This commit is contained in:
Isaiah Inuwa
2025-12-18 09:51:07 -06:00
parent 123ebfb6d3
commit 1a9596244a
3 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ members = [
"macos_provider",
"napi",
"process_isolation",
"proxy", "win_webauthn",
"proxy",
"win_webauthn",
"windows_plugin_authenticator"
]

View File

@@ -22,4 +22,4 @@ windows = { workspace = true, features = [
"Win32_System_Com",
"Win32_System_LibraryLoader",
] }
windows-core = { workspace = true }
windows-core = { workspace = true }

View File

@@ -28,4 +28,4 @@ base64 = { workspace = true }
win_webauthn = { path = "../win_webauthn" }
[lints]
workspace = true
workspace = true