mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 13:13:22 +00:00
10 lines
249 B
TOML
10 lines
249 B
TOML
[package]
|
|
name = "windows-plugin-authenticator"
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
version = { workspace = true }
|
|
publish = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "windows")'.build-dependencies]
|
|
bindgen = "0.71.1"
|