Skip to content

Commit f997ace

Browse files
committed
Sort package entries in Cargo.toml
1 parent a386446 commit f997ace

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "async-trait"
33
version = "0.1.56"
44
authors = ["David Tolnay <[email protected]>"]
5-
edition = "2018"
6-
rust-version = "1.39"
7-
license = "MIT OR Apache-2.0"
85
description = "Type erasure for async trait methods"
9-
repository = "https://github.com/dtolnay/async-trait"
106
documentation = "https://docs.rs/async-trait"
11-
readme = "README.md"
7+
edition = "2018"
128
keywords = ["async"]
9+
license = "MIT OR Apache-2.0"
10+
readme = "README.md"
11+
repository = "https://github.com/dtolnay/async-trait"
12+
rust-version = "1.39"
1313

1414
[lib]
1515
proc-macro = true

0 commit comments

Comments
 (0)