mirror of
https://github.com/bitwarden/server
synced 2026-03-01 10:51:26 +00:00
17 lines
282 B
TOML
17 lines
282 B
TOML
[package]
|
|
name = "macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = { version = "2.0", features = ["full", "extra-traits"] }
|
|
|
|
[dev-dependencies]
|
|
ms_database = { path = "../ms_database" }
|
|
trybuild = "1.0.111"
|