Skip to content

Commit bab279e

Browse files
authored
Merge pull request #4 from killercup/patch-1
Add crate metadata
2 parents 5f952be + a58e759 commit bab279e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ version = "0.1.0"
55
description = "Do two directories have different contents?"
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/steveklabnik/dir-diff"
8+
documentation = "https://docs.rs/dir-diff"
9+
readme = "README.md"
10+
tags = ["directory", "diff", "fs"]
811

912
[dependencies]
1013
diff = "0.1.10"

0 commit comments

Comments
 (0)