Files
daqbuf-items-proc/Cargo.toml
Dominik Werder 4cec499b8b Update manifest
2025-07-31 15:44:18 +02:00

14 lines
266 B
TOML

[package]
name = "daqbuf-items-proc"
version = "0.0.3"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
license = "GPL-3.0-only"
edition = "2021"
[lib]
path = "src/items_proc.rs"
proc-macro = true
[dependencies]
syn = { version = "2", features = ["full"] }