Skip to content

Commit 57dfe5f

Browse files
committed
docs: Expand project metadata
1 parent 8d6aa99 commit 57dfe5f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ license = "MIT/Apache-2.0"
77
repository = "https://github.com/steveklabnik/dir-diff"
88
documentation = "https://docs.rs/crate/dir-diff"
99
readme = "README.md"
10-
tags = ["directory", "diff", "fs"]
10+
keywords = ["directory", "diff", "fs"]
11+
categories = ["filesystem", "development-tools::testing"]
12+
13+
[badges]
14+
travis-ci = { repository = "steveklabnik/dir-diff" }
1115

1216
[dependencies]
1317
walkdir = "2.0.1"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
Are the contents of two directories different?
44

55
[![Build Status](https://travis-ci.org/steveklabnik/dir-diff.svg?branch=master)](https://travis-ci.org/steveklabnik/dir-diff)
6+
[![Crates Status](https://img.shields.io/crates/v/dir-diff.svg)](https://crates.io/crates/dir-diff)
67

78
Mostly useful for integration-style tests when you want to check some generated
89
output.
910

10-
## Usage
11+
## Example
1112

1213
Using `dir-diff` in an integration test with [`tempdir`]:
1314

0 commit comments

Comments
 (0)