tvl-depot/ops/yandex-cloud-rs/Cargo.toml
Vincent Ambo fd92ea9be3 fix(ops/yandex-cloud-rs): set license in Cargo manifest
Change-Id: Icc15953557585cbb2708a1267ab509caca8b258e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8600
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-05-19 09:29:44 +00:00

20 lines
479 B
TOML

[package]
name = "yandex-cloud"
description = "Generated gRPC clients for the Yandex Cloud API"
license = "MIT"
version = "2023.5.19"
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"