Derive macro getting works

This commit is contained in:
nora 2024-04-15 19:48:17 +02:00
parent 63bd32c3cd
commit 7d28815065
9 changed files with 245 additions and 41 deletions

View file

@ -6,6 +6,5 @@ edition = "2021"
[dependencies]
eyre = "0.6.12"
terustform = { path = "../terustform" }
terustform-macros = { path = "../terustform-macros" }
tokio = { version = "1.37.0", features = ["full"] }