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.
14 lines
544 B
14 lines
544 B
--- dirs-1.0.5/Cargo.toml 1969-12-31T16:00:00-08:00
|
|
+++ dirs-1.0.5/Cargo.toml 2019-02-28T09:43:02.537435-08:00
|
|
@@ -19,10 +19,5 @@
|
|
keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/soc/dirs-rs"
|
|
-[target."cfg(target_os = \"redox\")".dependencies.redox_users]
|
|
-version = "0.3.0"
|
|
[target."cfg(unix)".dependencies.libc]
|
|
version = "0.2"
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
-version = "0.3"
|
|
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
|