File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition = "2018"
6
6
license = " MIT OR Apache-2.0"
7
7
description = " C++ code generator for integrating `cxx` crate into a Cargo build."
8
8
repository = " https://github.com/dtolnay/cxx"
9
+ exclude = [" build.rs" ]
9
10
keywords = [" ffi" ]
10
11
categories = [" development-tools::ffi" ]
11
12
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition = "2018"
6
6
license = " MIT OR Apache-2.0"
7
7
description = " C++ code generator for integrating `cxx` crate into a non-Cargo build."
8
8
repository = " https://github.com/dtolnay/cxx"
9
+ exclude = [" build.rs" ]
9
10
keywords = [" ffi" ]
10
11
categories = [" development-tools::ffi" ]
11
12
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ edition = "2018"
6
6
license = " MIT OR Apache-2.0"
7
7
description = " C++ code generator for integrating `cxx` crate into higher level tools."
8
8
repository = " https://github.com/dtolnay/cxx"
9
+ exclude = [" build.rs" ]
9
10
keywords = [" ffi" ]
10
11
categories = [" development-tools::ffi" ]
11
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
6
6
license = " MIT OR Apache-2.0"
7
7
description = " Implementation detail of the `cxx` crate."
8
8
repository = " https://github.com/dtolnay/cxx"
9
- exclude = [" README.md" ]
9
+ exclude = [" build.rs " , " README.md" ]
10
10
keywords = [" ffi" ]
11
11
categories = [" development-tools::ffi" ]
12
12
You can’t perform that action at this time.
0 commit comments