mirror of
https://github.com/topjohnwu/cxx.git
synced 2024-11-24 04:20:02 +00:00
Fix Cargo.toml manifest homepage metadata
This commit is contained in:
parent
6a936b3117
commit
1964acdfcd
@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
|
||||
description = "Safe interop between Rust and C++"
|
||||
repository = "https://github.com/dtolnay/cxx"
|
||||
documentation = "https://docs.rs/cxx"
|
||||
website = "https://cxx.rs"
|
||||
homepage = "https://cxx.rs"
|
||||
readme = "README.md"
|
||||
exclude = ["/demo", "/gen", "/syntax", "/third-party"]
|
||||
keywords = ["ffi"]
|
||||
|
@ -6,7 +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"
|
||||
website = "https://cxx.rs"
|
||||
homepage = "https://cxx.rs"
|
||||
exclude = ["build.rs"]
|
||||
keywords = ["ffi"]
|
||||
categories = ["development-tools::ffi"]
|
||||
|
@ -6,7 +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"
|
||||
website = "https://cxx.rs"
|
||||
homepage = "https://cxx.rs"
|
||||
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"
|
||||
website = "https://cxx.rs"
|
||||
homepage = "https://cxx.rs"
|
||||
exclude = ["build.rs", "README.md"]
|
||||
keywords = ["ffi"]
|
||||
categories = ["development-tools::ffi"]
|
||||
|
Loading…
Reference in New Issue
Block a user