mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-19 07:14:31 +08:00
15 lines
495 B
TOML
15 lines
495 B
TOML
|
|
[package]
|
||
|
|
name = "windows_plugin_authenticator"
|
||
|
|
version = { workspace = true }
|
||
|
|
edition = { workspace = true }
|
||
|
|
license = { workspace = true }
|
||
|
|
publish = { workspace = true }
|
||
|
|
|
||
|
|
[target.'cfg(target_os = "windows")'.build-dependencies]
|
||
|
|
bindgen = { workspace = true }
|
||
|
|
|
||
|
|
[target.'cfg(windows)'.dependencies]
|
||
|
|
windows = { workspace = true, features = ["Win32_Foundation", "Win32_Security", "Win32_System_Com", "Win32_System_LibraryLoader" ] }
|
||
|
|
windows-core = { workspace = true }
|
||
|
|
hex = { workspace = true }
|