15 lines
263 B
TOML
15 lines
263 B
TOML
[package]
|
|
name = "brass-macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "AGPL-3.0"
|
|
authors = ["Max Hohlfeld <maxhohlfeld@posteo.de>"]
|
|
publish = false
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.37"
|
|
syn = { version = "2.0.90", features = ["full"] }
|