Merge pull request #2642 from cgwalters/rust-bindings-cargo-updates
Rust bindings cargo updates
This commit is contained in:
commit
d52597e478
18
Cargo.toml
18
Cargo.toml
|
|
@ -6,16 +6,20 @@ edition = "2018"
|
||||||
keywords = ["ostree", "libostree"]
|
keywords = ["ostree", "libostree"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "ostree"
|
name = "ostree"
|
||||||
readme = "README.md"
|
readme = "rust-bindings/README.md"
|
||||||
repository = "https://github.com/ostreedev/ostree-rs"
|
repository = "https://github.com/ostreedev/ostree"
|
||||||
version = "0.14.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
exclude = [
|
exclude = [
|
||||||
"rust-bindings/conf/**",
|
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
|
||||||
"rust-bindings/gir-files/**",
|
"/build-aux", "/buildutil", "/*.mk", "/ci", "/coccinelle",
|
||||||
"rust-bindings/sys/**",
|
"/*.ac", "/docs", "/libglnx", "/man", "/manual-tests",
|
||||||
".gitlab-ci.yml",
|
"/*.yml", "/*.doap", "/src", "/tests",
|
||||||
"LICENSE.LGPL*",
|
"/.github", "/.cci.jenkinsfile", "/.dir-locals.el", "/.editorconfig",
|
||||||
|
"/.vimrc", "/.copr", "/.packit.yaml", "/GNUmakefile", "TODO",
|
||||||
|
"/rust-bindings/conf/**",
|
||||||
|
"/rust-bindings/gir-files/**",
|
||||||
|
"/rust-bindings/sys/**",
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue