diff options
author | Vincent Ambo <mail@tazj.in> | 2023-05-19T09·16+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-05-19T09·23+0000 |
commit | e9efa579a7c9d6d43d96465310e25aab137af24e (patch) | |
tree | 4a4280db31353121e466503eeeb9fadf58801a8b /ops/yandex-cloud-rs/Cargo.toml | |
parent | e31008db14054cc884ec2f8f4f7f5a07872fa398 (diff) |
docs(ops/yandex-cloud-rs): add developer-facing README r/6167
Mostly to remind myself about the wonky release process. Change-Id: I76ea8d9a2ed600ebb31f4b1a5368f3cefa0556d6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8598 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/yandex-cloud-rs/Cargo.toml')
-rw-r--r-- | ops/yandex-cloud-rs/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/yandex-cloud-rs/Cargo.toml b/ops/yandex-cloud-rs/Cargo.toml index c476421dc712..4ba1ea94a8bf 100644 --- a/ops/yandex-cloud-rs/Cargo.toml +++ b/ops/yandex-cloud-rs/Cargo.toml @@ -3,6 +3,8 @@ 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" |