Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

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 fc24f86 commit 4386751
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "enumn"
version = "0.1.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
rust-version = "1.31"
license = "MIT OR Apache-2.0"
description = "Convert number to enum"
repository = "https://github.com/dtolnay/enumn"
documentation = "https://docs.rs/enumn"
edition = "2018"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/enumn"
rust-version = "1.31"

[lib]
proc-macro = true
Expand Down

0 comments on commit 4386751

Please sign in to comment.