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
12
Cargo.toml
12
Cargo.toml
|
@ -2,14 +2,14 @@
|
|||
name = "thiserror"
|
||||
version = "1.0.31"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
rust-version = "1.31"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "derive(Error)"
|
||||
repository = "https://github.com/dtolnay/thiserror"
|
||||
documentation = "https://docs.rs/thiserror"
|
||||
categories = ["rust-patterns"]
|
||||
description = "derive(Error)"
|
||||
documentation = "https://docs.rs/thiserror"
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/dtolnay/thiserror"
|
||||
rust-version = "1.31"
|
||||
|
||||
[dependencies]
|
||||
thiserror-impl = { version = "=1.0.31", path = "impl" }
|
||||
|
|
|
@ -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