Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
16
crates/cuddle-actions-sdk-derive/Cargo.toml
Normal file
16
crates/cuddle-actions-sdk-derive/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user