diff options
author | Vincent Ambo <mail@tazj.in> | 2023-05-19T09·37+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-05-19T09·42+0000 |
commit | 03958a5446a1d03caed9bd2f90a8327331cd4e91 (patch) | |
tree | 8330daa554abb1bbf776d549aae7f43f8767f7b2 | |
parent | fd92ea9be3b74dfdb4162ed21b9ce9f9f4eb19b9 (diff) |
chore(ops/yandex-cloud-rs): explicitly set `include` in manifest r/6170
This makes publishing a bit easier without the build script interfering and other wonkiness. Change-Id: Iadb144aabbdeabae8899ebdc62636315239e5f08 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8601 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
-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 77592e87166b..9546f82b1c6f 100644 --- a/ops/yandex-cloud-rs/Cargo.toml +++ b/ops/yandex-cloud-rs/Cargo.toml @@ -6,6 +6,7 @@ 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" +include = [ "/src", "README.md" ] [dependencies] prost = "0.11" |