24 lines
455 B
TOML
24 lines
455 B
TOML
[package]
|
|
name = "conduwuit_macros"
|
|
categories.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "conduwuit_macros"
|
|
path = "mod.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn.workspace = true
|
|
quote.workspace = true
|
|
proc-macro2.workspace = true
|
|
itertools.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|