Skip to content

Commit 2d2da6c

Browse files
committed
Sort package entries in Cargo.toml
1 parent 7c80e37 commit 2d2da6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
name = "serde-example"
33
version = "0.1.0"
44
authors = ["David Tolnay <[email protected]>"]
5-
license = "MIT OR Apache-2.0"
5+
categories = ["encoding"]
66
description = "An example Serializer and Deserializer data format for Serde"
7-
repository = "https://github.com/serde-rs/example-format"
87
documentation = "https://serde.rs/data-format.html"
9-
keywords = ["serde"]
10-
categories = ["encoding"]
118
edition = "2021"
12-
rust-version = "1.56"
9+
keywords = ["serde"]
10+
license = "MIT OR Apache-2.0"
1311
publish = false
12+
repository = "https://github.com/serde-rs/example-format"
13+
rust-version = "1.56"
1414

1515
[dependencies]
1616
serde = "1.0"

0 commit comments

Comments
 (0)