init corsschool

This commit is contained in:
nora 2024-04-15 20:42:22 +02:00
parent dc76e01e92
commit b5a28e4e94
6 changed files with 552 additions and 42 deletions

View 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"] }