mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
11 lines
260 B
TOML
11 lines
260 B
TOML
[package]
|
|
name = "terraform-provider-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre = "0.6.12"
|
|
terustform = { path = "../terustform" }
|
|
terustform-macros = { path = "../terustform-macros" }
|
|
|
|
tokio = { version = "1.37.0", features = ["full"] }
|