mirror of
https://gitee.com/openharmony/third_party_rust_link-cplusplus
synced 2024-11-23 07:19:41 +00:00
Sort package entries in Cargo.toml
This commit is contained in:
parent
8aa4526abd
commit
b8405afc7f
10
Cargo.toml
10
Cargo.toml
@ -2,14 +2,14 @@
|
||||
name = "link-cplusplus"
|
||||
version = "1.0.6"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
links = "cplusplus"
|
||||
edition = "2018"
|
||||
rust-version = "1.34"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Link libstdc++ or libc++ automatically or manually"
|
||||
repository = "https://github.com/dtolnay/link-cplusplus"
|
||||
documentation = "https://docs.rs/link-cplusplus"
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
links = "cplusplus"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/dtolnay/link-cplusplus"
|
||||
rust-version = "1.34"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user