about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-05-19T09·24+0300
committerclbot <clbot@tvl.fyi>2023-05-19T09·29+0000
commitfd92ea9be3b74dfdb4162ed21b9ce9f9f4eb19b9 (patch)
treefcfdabe4f2673d6928a8bfc4c6e7b2b546bb7386 /ops
parent1076b509ae4d83a83010eeb12f89ec0f1488bde6 (diff)
fix(ops/yandex-cloud-rs): set license in Cargo manifest r/6169
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
Diffstat (limited to 'ops')
-rw-r--r--ops/yandex-cloud-rs/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/yandex-cloud-rs/Cargo.toml b/ops/yandex-cloud-rs/Cargo.toml
index 0a12fea0ef..77592e8716 100644
--- a/ops/yandex-cloud-rs/Cargo.toml
+++ b/ops/yandex-cloud-rs/Cargo.toml
@@ -1,6 +1,7 @@
 [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"