We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f952be + a58e759 commit bab279eCopy full SHA for bab279e
Cargo.toml
@@ -5,6 +5,9 @@ version = "0.1.0"
5
description = "Do two directories have different contents?"
6
license = "MIT/Apache-2.0"
7
repository = "https://github.com/steveklabnik/dir-diff"
8
+documentation = "https://docs.rs/dir-diff"
9
+readme = "README.md"
10
+tags = ["directory", "diff", "fs"]
11
12
[dependencies]
13
diff = "0.1.10"
0 commit comments