Skip to content

Commit

Permalink
composefs-core: Drop incorrect include
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cgwalters committed Jun 4, 2024
1 parent dce84ff commit 02213c0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rust/composefs-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -29,4 +23,4 @@ composefs-sys = { version = "0.1.0", path = "../composefs-sys" }

[dev-dependencies]
tar = "0.4.38"
tempfile = "3.2.0"
tempfile = "3.2.0"

0 comments on commit 02213c0

Please sign in to comment.