File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ license = "MIT/Apache-2.0"
77repository = " https://github.com/steveklabnik/dir-diff"
88documentation = " https://docs.rs/crate/dir-diff"
99readme = " 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 ]
1317walkdir = " 2.0.1"
Original file line number Diff line number Diff line change 33Are 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
78Mostly useful for integration-style tests when you want to check some generated
89output.
910
10- ## Usage
11+ ## Example
1112
1213Using ` dir-diff ` in an integration test with [ ` tempdir ` ] :
1314
You can’t perform that action at this time.
0 commit comments