mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 16:53:27 +00:00
20 lines
450 B
TOML
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
|