workspace

This commit is contained in:
nora 2024-04-14 22:03:39 +02:00
parent 43747f9cda
commit eea39e1f16
22 changed files with 166 additions and 107 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "terraform-provider-example"
version = "0.1.0"
edition = "2021"
[dependencies]
eyre = "0.6.12"
terustform = { path = "../terustform" }
tokio = { version = "1.37.0", features = ["full"] }