mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
15 lines
322 B
TOML
15 lines
322 B
TOML
[package]
|
|
name = "azalea-buf-macros"
|
|
description = "#[derive(AzBuf)]"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn = { workspace = true, features = ["extra-traits"] }
|