14 lines
336 B
TOML
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"
|