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

@@ -7,3 +7,7 @@ edition = "2021"
[dependencies]
char_sdk = { path = "../../../crates/char_sdk" }
char_sdk_derive = { path = "../../../crates/char_sdk_derive" }
eyre = { workspace = true }
tokio = { workspace = true }