15 lines
326 B
TOML
15 lines
326 B
TOML
|
|
[package]
|
||
|
|
name = "ontoref-derive"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
description = "Proc-macro derives for ontoref: #[derive(OntologyNode)] and #[onto_validates]"
|
||
|
|
license = "MIT OR Apache-2.0"
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
proc-macro = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
syn = { version = "2", features = ["full"] }
|
||
|
|
quote = "1"
|
||
|
|
proc-macro2 = "1"
|