From 02213c0789e1c9d9525559d19b2606e782e7ccfb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 4 Jun 2024 16:43:33 -0400 Subject: [PATCH] composefs-core: Drop incorrect `include` This is unnecessary now that we switched to a workspace; I added the licenses as symlinks into each rust crate subdirectory to ensure they're included. I verified we don't include the C code. Signed-off-by: Colin Walters --- rust/composefs-core/Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/rust/composefs-core/Cargo.toml b/rust/composefs-core/Cargo.toml index 8b5cf3a0..9662d114 100644 --- a/rust/composefs-core/Cargo.toml +++ b/rust/composefs-core/Cargo.toml @@ -8,12 +8,6 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/containers/composefs" rust-version = "1.70.0" -include = [ - "/COPYING", - "/README.md", - "/rust/composefs-core/**", -] - [lib] name = "composefs" path = "src/lib.rs" @@ -29,4 +23,4 @@ composefs-sys = { version = "0.1.0", path = "../composefs-sys" } [dev-dependencies] tar = "0.4.38" -tempfile = "3.2.0" \ No newline at end of file +tempfile = "3.2.0"