mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 20:53:22 +00:00
* Moved all desktop native dependencies to workspace * Excluded workspace Cargo.toml from code ownership * Added all Cargo dependencies to Renovate config * Fixed from test warnings. * Updates to lockfile
11 lines
262 B
TOML
11 lines
262 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 = { workspace = true }
|
|
|