rust-walkdir: New package.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-01-31 12:38:17 +01:00
committed by Michael Tremer
parent c195a5174f
commit 62d1644d16
4 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
--- walkdir-2.3.2/Cargo.toml.orig 2022-01-28 10:48:41.943483058 +0000
+++ walkdir-2.3.2/Cargo.toml 2022-01-28 10:48:54.391464719 +0000
@@ -28,14 +28,6 @@
version = "1.0.1"
[dev-dependencies.doc-comment]
version = "0.3"
-[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"
[badges.travis-ci]
repository = "BurntSushi/walkdir"