feat(derive): Add derive macro for interface

This commit is contained in:
2023-02-21 22:40:42 +01:00
parent 50e4d5a879
commit 0ca86560bf
9 changed files with 124 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "char_sdk_derive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = "1.0.107"
quote = "1.0.23"
[lib]
proc-macro = true