mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
init corsschool
This commit is contained in:
parent
dc76e01e92
commit
b5a28e4e94
6 changed files with 552 additions and 42 deletions
11
terraform-provider-corsschool/Cargo.toml
Normal file
11
terraform-provider-corsschool/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "terraform-provider-corsschool"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
eyre = "0.6.12"
|
||||
reqwest = "0.12.3"
|
||||
terustform = { path = "../terustform" }
|
||||
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue