mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-02-04 01:28:48 -05:00
13 lines
170 B
TOML
13 lines
170 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.38"
|
|
syn = "2.0.98"
|