rust-home: 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 11:15:35 +01:00
committed by Michael Tremer
parent edf4c9817e
commit 02c1439612
4 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
--- home-0.5.3/Cargo.toml.orig 2022-01-28 09:48:10.902178349 +0000
+++ home-0.5.3/Cargo.toml 2022-01-28 09:48:19.413558260 +0000
@@ -15,11 +15,3 @@
readme = "README.md"
repository = "https://github.com/brson/home"
description = "Shared definitions of home directories"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
- "shlobj",
- "std",
- "winerror",
-]