Skip to content

Commit 793cf1c

Browse files
committed
Sort package entries in Cargo.toml
1 parent e9a734c commit 793cf1c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
name = "proc-macro2"
33
version = "1.0.42" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>", "Alex Crichton <[email protected]>"]
5-
license = "MIT OR Apache-2.0"
6-
readme = "README.md"
7-
keywords = ["macros"]
8-
repository = "https://github.com/dtolnay/proc-macro2"
9-
documentation = "https://docs.rs/proc-macro2"
10-
categories = ["development-tools::procedural-macro-helpers"]
11-
edition = "2018"
125
autobenches = false
13-
rust-version = "1.31"
6+
categories = ["development-tools::procedural-macro-helpers"]
147
description = """
158
A substitute implementation of the compiler's `proc_macro` API to decouple
169
token-based libraries from the procedural macro use case.
1710
"""
11+
documentation = "https://docs.rs/proc-macro2"
12+
edition = "2018"
13+
keywords = ["macros"]
14+
license = "MIT OR Apache-2.0"
15+
readme = "README.md"
16+
repository = "https://github.com/dtolnay/proc-macro2"
17+
rust-version = "1.31"
1818

1919
[package.metadata.docs.rs]
2020
rustc-args = ["--cfg", "procmacro2_semver_exempt"]

0 commit comments

Comments
 (0)