mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 08:30:13 +01:00
13 lines
187 B
TOML
13 lines
187 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"terustform",
|
|
"terustform-macros",
|
|
"terraform-provider-corsschool",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|