From 03958a5446a1d03caed9bd2f90a8327331cd4e91 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 19 May 2023 12:37:20 +0300 Subject: chore(ops/yandex-cloud-rs): explicitly set `include` in manifest 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 Tested-by: BuildkiteCI Autosubmit: tazjin --- ops/yandex-cloud-rs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ops') diff --git a/ops/yandex-cloud-rs/Cargo.toml b/ops/yandex-cloud-rs/Cargo.toml index 77592e8716..9546f82b1c 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" -- cgit 1.4.1