1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-20 03:13:55 +00:00
Files
browser/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml
Bernd Schoolmann 5818e0f0b8 Run cargo sort
2025-10-16 17:53:56 +02:00

20 lines
450 B
TOML

[package]
name = "windows_plugin_authenticator"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
publish = { workspace = true }
[target.'cfg(windows)'.dependencies]
hex = { workspace = true }
windows = { workspace = true, features = [
"Win32_Foundation",
"Win32_Security",
"Win32_System_Com",
"Win32_System_LibraryLoader",
] }
windows-core = { workspace = true }
[lints]
workspace = true