mirror of
https://github.com/bitwarden/browser
synced 2026-02-23 16:13:21 +00:00
14 lines
504 B
TOML
14 lines
504 B
TOML
[package]
|
|
name = "windows_plugin_authenticator"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
publish = { 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 }
|
|
reqwest = { version = "0.12", features = ["json", "blocking"] }
|
|
serde_json = { workspace = true }
|