mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
Derive macro getting works
This commit is contained in:
parent
63bd32c3cd
commit
7d28815065
9 changed files with 245 additions and 41 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue