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

2
Cargo.lock generated
View file

@ -1083,7 +1083,6 @@ version = "0.1.0"
dependencies = [
"eyre",
"terustform",
"terustform-macros",
"tokio",
]
@ -1100,6 +1099,7 @@ dependencies = [
"serde",
"serde_json",
"tempfile",
"terustform-macros",
"time",
"tokio",
"tokio-stream",