13 lines
191 B
TOML
13 lines
191 B
TOML
|
[package]
|
||
|
name = "trigger-codegen"
|
||
|
edition = "2024"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
proc-macro2.workspace = true
|
||
|
syn.workspace = true
|
||
|
quote.workspace = true
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|