16 lines
274 B
TOML
16 lines
274 B
TOML
[package]
|
|
name = "llm-worker-macros"
|
|
version = "0.2.0"
|
|
publish.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "2", features = ["full"] }
|