Exclude buck2 prelude submodule from published crate

This commit is contained in:
David Tolnay 2023-02-15 09:25:32 -08:00
parent 33b5c9eec5
commit 580f29a57c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -6,7 +6,7 @@ categories = ["development-tools::ffi", "api-bindings", "no-std"]
description = "Safe interop between Rust and C++"
documentation = "https://docs.rs/cxx"
edition = "2018"
exclude = ["/demo", "/gen", "/syntax", "/third-party"]
exclude = ["/demo", "/gen", "/syntax", "/third-party", "/tools/buck/prelude"]
homepage = "https://cxx.rs"
keywords = ["ffi", "c++"]
license = "MIT OR Apache-2.0"