mirror of
https://github.com/topjohnwu/cxx.git
synced 2024-11-24 04:20:02 +00:00
Build script not needed for published crate
This commit is contained in:
parent
cc7ced4268
commit
d4b1ceeb01
@ -6,6 +6,7 @@ edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "C++ code generator for integrating `cxx` crate into a Cargo build."
|
||||
repository = "https://github.com/dtolnay/cxx"
|
||||
exclude = ["build.rs"]
|
||||
keywords = ["ffi"]
|
||||
categories = ["development-tools::ffi"]
|
||||
|
||||
|
@ -6,6 +6,7 @@ edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "C++ code generator for integrating `cxx` crate into a non-Cargo build."
|
||||
repository = "https://github.com/dtolnay/cxx"
|
||||
exclude = ["build.rs"]
|
||||
keywords = ["ffi"]
|
||||
categories = ["development-tools::ffi"]
|
||||
|
||||
|
@ -6,6 +6,7 @@ edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "C++ code generator for integrating `cxx` crate into higher level tools."
|
||||
repository = "https://github.com/dtolnay/cxx"
|
||||
exclude = ["build.rs"]
|
||||
keywords = ["ffi"]
|
||||
categories = ["development-tools::ffi"]
|
||||
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Implementation detail of the `cxx` crate."
|
||||
repository = "https://github.com/dtolnay/cxx"
|
||||
exclude = ["README.md"]
|
||||
exclude = ["build.rs", "README.md"]
|
||||
keywords = ["ffi"]
|
||||
categories = ["development-tools::ffi"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user