mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
Extract common cargo info and edition 2024 fix (#13507)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
[package]
|
||||
name = "windows-plugin-authenticator"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0"
|
||||
publish = false
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
version = { workspace = true }
|
||||
publish = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "windows")'.build-dependencies]
|
||||
bindgen = "0.71.1"
|
||||
|
||||
Reference in New Issue
Block a user