--- pcre2-sys-0.2.8/Cargo.toml 1970-01-01T00:00:01+00:00 +++ pcre2-sys-0.2.8/Cargo.toml 2024-01-05T21:42:05.157915+00:00 @@ -27,6 +27,10 @@ categories = ["external-ffi-bindings"] license = "Unlicense OR MIT" repository = "https://github.com/BurntSushi/rust-pcre2" +exclude = [ + "/generate-bindings", + "/update-pcre2", +] [dependencies.libc] version = "0.2.146"