mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-07-24 22:43:34 +00:00
a6a88e7929
- Updated API response to more closely match v2026.6.0+ server versions. - Updated all the crates - Updated Rust to v1.97.1 - Updated the web-vault to v2026.6.4 - Updated GitHub Actions Signed-off-by: BlackDex <black.dex@gmail.com>
21 lines
311 B
TOML
21 lines
311 B
TOML
[package]
|
|
name = "macros"
|
|
version = "0.1.0"
|
|
repository.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lib]
|
|
name = "macros"
|
|
path = "src/lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.47"
|
|
syn = "3.0.3"
|
|
|
|
[lints]
|
|
workspace = true
|