mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
support simple types
This commit is contained in:
parent
69daf83c53
commit
18a9d610cd
7 changed files with 173 additions and 20 deletions
|
|
@ -3,11 +3,16 @@ name = "terraform-provider-terustform"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.0"
|
||||
eyre = "0.6.12"
|
||||
prost = "0.12.4"
|
||||
rcgen = "0.13.1"
|
||||
rmp = "0.8.12"
|
||||
rustls = { version = "0.23.4", default-features = false, features = ["ring", "logging", "std", "tls12"] }
|
||||
tempfile = "3.10.1"
|
||||
time = "0.3.35"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue