Skip to content

Commit 580f29a

Browse files
committed
Exclude buck2 prelude submodule from published crate
1 parent 33b5c9e commit 580f29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories = ["development-tools::ffi", "api-bindings", "no-std"]
66
description = "Safe interop between Rust and C++"
77
documentation = "https://docs.rs/cxx"
88
edition = "2018"
9-
exclude = ["/demo", "/gen", "/syntax", "/third-party"]
9+
exclude = ["/demo", "/gen", "/syntax", "/third-party", "/tools/buck/prelude"]
1010
homepage = "https://cxx.rs"
1111
keywords = ["ffi", "c++"]
1212
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)