Skip to content

Commit d4b1cee

Browse files
committed
Build script not needed for published crate
1 parent cc7ced4 commit d4b1cee

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

gen/build/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2018"
66
license = "MIT OR Apache-2.0"
77
description = "C++ code generator for integrating `cxx` crate into a Cargo build."
88
repository = "https://github.com/dtolnay/cxx"
9+
exclude = ["build.rs"]
910
keywords = ["ffi"]
1011
categories = ["development-tools::ffi"]
1112

gen/cmd/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2018"
66
license = "MIT OR Apache-2.0"
77
description = "C++ code generator for integrating `cxx` crate into a non-Cargo build."
88
repository = "https://github.com/dtolnay/cxx"
9+
exclude = ["build.rs"]
910
keywords = ["ffi"]
1011
categories = ["development-tools::ffi"]
1112

gen/lib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition = "2018"
66
license = "MIT OR Apache-2.0"
77
description = "C++ code generator for integrating `cxx` crate into higher level tools."
88
repository = "https://github.com/dtolnay/cxx"
9+
exclude = ["build.rs"]
910
keywords = ["ffi"]
1011
categories = ["development-tools::ffi"]
1112

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
license = "MIT OR Apache-2.0"
77
description = "Implementation detail of the `cxx` crate."
88
repository = "https://github.com/dtolnay/cxx"
9-
exclude = ["README.md"]
9+
exclude = ["build.rs", "README.md"]
1010
keywords = ["ffi"]
1111
categories = ["development-tools::ffi"]
1212

0 commit comments

Comments
 (0)