mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-10 16:03:33 +02:00
* Fix collection details response Signed-off-by: BlackDex <black.dex@gmail.com> * Misc updates and fixes - Some clippy fixes - Crate updates - Updated Rust to v1.94.0 - Updated all GitHub Actions - Updated web-vault v2026.2.0 Signed-off-by: BlackDex <black.dex@gmail.com> * Remove commented out code --------- Signed-off-by: BlackDex <black.dex@gmail.com> Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
21 lines
313 B
TOML
21 lines
313 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.45"
|
|
syn = "2.0.117"
|
|
|
|
[lints]
|
|
workspace = true
|