mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Sort package entries in Cargo.toml
This commit is contained in:
parent
24db929a56
commit
c79f5c9be5
2 changed files with 9 additions and 9 deletions
|
@ -2,11 +2,11 @@
|
|||
name = "thiserror-impl"
|
||||
version = "1.0.31"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
rust-version = "1.31"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Implementation detail of the `thiserror` crate"
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/dtolnay/thiserror"
|
||||
rust-version = "1.31"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue