rust-remove_dir_all: 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 13:08:01 +01:00
committed by Michael Tremer
parent e601c0e3bb
commit d1abeb8e44
4 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
--- remove_dir_all-0.5.3/Cargo.toml.orig 2022-01-28 14:45:52.179136723 +0000
+++ remove_dir_all-0.5.3/Cargo.toml 2022-01-28 14:46:03.559249000 +0000
@@ -23,6 +23,4 @@
repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"]