mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 16:35:11 +01:00
workspace
This commit is contained in:
parent
43747f9cda
commit
eea39e1f16
22 changed files with 166 additions and 107 deletions
32
Cargo.toml
32
Cargo.toml
|
|
@ -1,31 +1,13 @@
|
|||
[package]
|
||||
name = "terraform-provider-terustform"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"terustform",
|
||||
"terustform-macros",
|
||||
"terraform-provider-example",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
[profile.dev]
|
||||
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"] }
|
||||
serde = "1.0.197"
|
||||
serde_json = "1.0.115"
|
||||
tempfile = "3.10.1"
|
||||
time = "0.3.35"
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
tokio-stream = { version = "0.1.15", features = ["net"] }
|
||||
tokio-util = "0.7.10"
|
||||
tonic = { version = "0.11.0", features = ["tls"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.11.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue