c82b926e31
Change-Id: I6ef83796a01014b01ac8aef6c7f500863f5cbf03 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9305 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
24 lines
575 B
TOML
24 lines
575 B
TOML
[package]
|
|
name = "yandex-cloud"
|
|
description = "Generated gRPC clients for the Yandex Cloud API"
|
|
license = "MIT"
|
|
version = "2023.9.4"
|
|
edition = "2021"
|
|
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/yandex-cloud-rs"
|
|
repository = "https://code.tvl.fyi/depot.git:/ops/yandex-cloud-rs.git"
|
|
include = [ "/src", "README.md" ]
|
|
|
|
[dependencies]
|
|
prost = "0.11"
|
|
prost-types = "0.11"
|
|
|
|
[dependencies.tonic]
|
|
version = "0.9"
|
|
features = [ "tls", "tls-roots", "gzip" ]
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.9"
|
|
walkdir = "2.3.3"
|
|
|
|
[dev-dependencies]
|
|
tokio = "1.28" # check when updating tonic
|