diff options
author | Vincent Ambo <mail@tazj.in> | 2023-05-19T09·24+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-05-19T09·29+0000 |
commit | fd92ea9be3b74dfdb4162ed21b9ce9f9f4eb19b9 (patch) | |
tree | fcfdabe4f2673d6928a8bfc4c6e7b2b546bb7386 /ops | |
parent | 1076b509ae4d83a83010eeb12f89ec0f1488bde6 (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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/yandex-cloud-rs/Cargo.toml b/ops/yandex-cloud-rs/Cargo.toml index 0a12fea0ef25..77592e87166b 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" |