mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-12-04 20:08:10 +00:00
ca82b59c6f
Signed-off-by: Jason Volk <jason@zemos.net>
25 lines
451 B
TOML
25 lines
451 B
TOML
[package]
|
|
name = "conduit_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 = "conduit_macros"
|
|
path = "mod.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn.workspace = true
|
|
quote.workspace = true
|
|
proc-macro2.workspace = true
|
|
itertools.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|