pscand/crates/pscand-macros/Cargo.toml
NotAShelf 6e772ffefb
treewide: move application-specific crates to crates/
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I47d36cb7d1dec5ab0c892190015cfc576a6a6964
2026-02-19 00:13:17 +03:00

14 lines
249 B
TOML

[package]
name = "pscand-macros"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }