about summary refs log tree commit diff
path: root/ops/yandex-cloud-rs/Cargo.toml
blob: 4ba1ea94a8bf162b63ce09a488b029c127f3ab04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "yandex-cloud"
description = "Generated gRPC clients for the Yandex Cloud API"
version = "2023.4.24"
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"

[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"