Skip to content

Commit

Permalink
Sort package entries in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 1, 2022
1 parent 8aa4526 commit b8405af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b8405af

Please sign in to comment.