mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-12 23:34:59 +00:00
- Updated web-vault to v2025.5.0 - Updated Rust to v1.87.0 - Updated all the crates - Replaced yubico with yubico_ng - Fixed several new (nightly) clippy lints Signed-off-by: BlackDex <black.dex@gmail.com>
16 lines
197 B
TOML
16 lines
197 B
TOML
[package]
|
|
name = "macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "macros"
|
|
path = "src/lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.40"
|
|
syn = "2.0.101"
|
|
|
|
[lints]
|
|
workspace = true
|