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-dirs-sys-next/dirs-sys-next-fix-metadata....

17 lines
610 B

--- dirs-sys-next-0.1.1/Cargo.toml 2020-10-13T09:20:23+00:00
+++ dirs-sys-next-0.1.1/Cargo.toml 2020-12-27T10:08:23.533872+00:00
@@ -19,13 +19,7 @@
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/xdg-rs/dirs/tree/master/dirs-sys"
-[target."cfg(target_os = \"redox\")".dependencies.redox_users]
-version = "0.3.0"
-default-features = false
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
[badges.maintenance]
status = "as-is"