kjuulh
892fdc9420
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
17 lines
320 B
TOML
17 lines
320 B
TOML
[package]
|
|
name = "cuddle-actions-sdk-derive"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
darling = "0.20.10"
|
|
|
|
proc-macro-crate = "3.2.0"
|
|
proc-macro2 = "1.0.89"
|
|
quote = "1.0.37"
|
|
syn = { version = "2.0.85", features = ["extra-traits", "visit", "visit-mut"] }
|