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

Commit d1ffb59

Browse files
committed
Add more Cargo metadata
1 parent 5c1ea8b commit d1ffb59

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Cargo.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[package]
22
name = "assert_cli"
33
version = "0.4.0"
4+
description = "Test CLI Applications."
45
authors = ["Pascal Hertleif <killercup@gmail.com>"]
6+
license = "MIT OR Apache-2.0"
57
repository = "https://github.com/killercup/assert_cli.git"
68
homepage = "https://github.com/killercup/assert_cli"
7-
license = "MIT OR Apache-2.0"
8-
readme = "README.md"
99
documentation = "http://killercup.github.io/assert_cli/"
10-
description = "Test CLI Applications."
10+
readme = "README.md"
11+
categories = ["development-tools::testing"]
12+
keywords = ["cli", "testing"]
1113
build = "build.rs"
1214

1315
[dependencies]
@@ -20,3 +22,6 @@ skeptic = "0.5"
2022

2123
[dev-dependencies]
2224
skeptic = "0.5"
25+
26+
[badges]
27+
travis-ci = { repository = "killercup/assert_cli" }

0 commit comments

Comments
 (0)