diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 4f1c1a4f..ee277297 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -12,10 +12,10 @@ repository = "https://gitlab.com/fkrull/rust-libostree" readme = "README.md" exclude = [ - "conf", - "gir-files", - "libostree-sys", - + "conf/**", + "gir-files/**", + "libostree-sys/**", + ".gitlab-ci.yml", ] [package.metadata.docs.rs]