Files
continuwuity/src/macros/Cargo.toml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
401 B
TOML
Raw Normal View History

2024-07-24 00:14:03 +00:00
[package]
2024-12-14 21:58:01 -05:00
name = "conduwuit_macros"
2024-07-24 00:14:03 +00:00
description.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true
[lib]
2024-12-14 21:58:01 -05:00
name = "conduwuit_macros"
2024-07-24 00:14:03 +00:00
path = "mod.rs"
proc-macro = true
[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true
2024-07-26 20:40:07 +00:00
itertools.workspace = true
2024-07-24 00:14:03 +00:00
[lints]
workspace = true