ontoref-code/crates/ontoref-derive/Cargo.toml
2026-07-10 01:44:59 +01:00

14 lines
336 B
TOML

[package]
name = "ontoref-derive"
version.workspace = true
edition.workspace = true
description = "Proc-macro derives for ontoref: #[derive(OntologyNode)] and #[onto_validates]"
license.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"