You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-walkdir/walkdir-fix-metadata.diff

24 lines
702 B

--- walkdir-2.2.5/Cargo.toml 1970-01-01T01:00:00+01:00
+++ walkdir-2.2.5/Cargo.toml 2018-10-27T23:35:24.891683+02:00
@@ -22,6 +22,7 @@
categories = ["filesystem"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/walkdir"
+exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/appveyor.yml", "/ctags.rust", "/session.vim"]
[dependencies.same-file]
version = "1.0.1"
[dev-dependencies.docopt]
@@ -39,12 +40,6 @@
7 years ago
[dev-dependencies.serde_derive]
version = "1"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "winnt"]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
[badges.appveyor]
repository = "BurntSushi/walkdir"