Skip to content

Commit

Permalink
Merge pull request #3039 from cgwalters/rust-switch-include
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Sep 12, 2023
2 parents b7e39eb + 26dcd4f commit 92d25eb
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ repository = "https://github.com/ostreedev/ostree"
rust-version = "1.70.0"
version = "0.19.1"

exclude = [
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
"/build-aux", "/buildutil", "/*.mk", "/ci", "/coccinelle",
"/*.ac", "/docs", "/libglnx", "/man", "/manual-tests",
"/*.yml", "/*.doap", "/src", "/tests",
"/.github", "/.cci.jenkinsfile", "/.dir-locals.el", "/.editorconfig",
"/.vimrc", "/.copr", "/.packit.yaml", "/GNUmakefile", "TODO",
"composefs",
"/rust-bindings/conf/**",
"/rust-bindings/gir-files/**",
"/rust-bindings/sys/**",
include = [
"/COPYING",
"/rust-bindings/**",
"!/rust-bindings/conf/**",
"!/rust-bindings/gir-files/**",
"!/rust-bindings/sys/**",
]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 92d25eb

Please sign in to comment.