mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
23 lines
401 B
TOML
23 lines
401 B
TOML
[package]
|
|
name = "conduwuit_macros"
|
|
description.workspace = true
|
|
edition.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
|