mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-11 21:58:44 +03:00
Merge pull request #3039 from cgwalters/rust-switch-include
This commit is contained in:
commit
92d25eb56b
17
Cargo.toml
17
Cargo.toml
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user