Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 252a7a3

Browse files
ahmedcharlesYamakaky
authored andcommitted
Add 'readme' and 'keywords' to Cargo.toml. (#198)
Fixes #174.
1 parent 1cf15e6 commit 252a7a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
[package]
2-
32
name = "error-chain"
43
version = "0.10.1-pre" # remember to update html_root_url
54
authors = [ "Brian Anderson <banderson@mozilla.com>",
65
"Paul Colomiets <paul@colomiets.name>",
76
"Colin Kiegel <kiegel@gmx.de>",
87
"Yamakaky <yamakaky@yamaworld.fr>"]
98
description = "Yet another error boilerplate library."
9+
keywords = ["error"]
1010
categories = ["rust-patterns"]
1111

1212
documentation = "https://docs.rs/error-chain"
1313
repository = "https://github.com/brson/error-chain"
14+
readme = "README.md"
1415

1516
license = "MIT/Apache-2.0"
1617

0 commit comments

Comments
 (0)