do stuff (supposedly)

This commit is contained in:
nora 2024-04-12 21:15:24 +02:00
parent f9da7ebe43
commit c4e62f9d2d
12 changed files with 437 additions and 79 deletions

View file

@ -3,8 +3,10 @@ name = "terraform-provider-terustform"
version = "0.1.0"
edition = "2021"
[profile.release]
panic = "abort"
[profile.dev]
opt-level = 1
panic = "abort"
[dependencies]