cortex-derive 1.0.2

Proc macro for cortex-engine — #[derive(Tool)]
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cortex-derive"
version = "1.0.2"
edition = "2021"
description = "Proc macro for cortex-engine — #[derive(Tool)]"
license = "Apache-2.0"
repository = "https://gitee.com/jonas218/cortex"
authors = ["jonas218"]

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full", "extra-traits"] }
quote = "1"
proc-macro2 = "1"