cortex-derive 1.0.0

Proc macro for the Cortex AI engine SDK — #[derive(Tool)]
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cortex-derive"
version = "1.0.0"
edition = "2021"
description = "Proc macro for the Cortex AI engine SDK — #[derive(Tool)]"
license = "Apache-2.0"

[lib]
proc-macro = true

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