terustform/terraform-provider-corsschool/Cargo.toml
2024-04-16 19:33:36 +02:00

13 lines
444 B
TOML

[package]
name = "terraform-provider-corsschool"
version = "0.1.0"
edition = "2021"
[dependencies]
eyre = "0.6.12"
reqwest = { version = "0.12.3", default-features = false, features = ["charset", "http2", "json", "rustls-tls"] }
terustform = { path = "../terustform" }
tokio = { version = "1.37.0", features = ["full"] }
dto = { git = "https://github.com/nilstrieb-lehre/davinci-cors.git", rev = "bef75a802cf48cf63d171136c2cea67b83055387" }