projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a49daa7
)
_clean-cargo-deps
author
Ximin Luo
<infinity0@debian.org>
Sun, 15 Apr 2018 06:58:29 +0000
(12:28 +0530)
committer
Vasudev Kamath
<vasudev@copyninja.info>
Sun, 15 Apr 2018 06:58:29 +0000
(12:28 +0530)
Gbp-Pq: Name 2004_clean-cargo-deps.patch
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 254bad04adc55f2eba060c468ded455585dc067d..f84e8e0c6ec38b9750d4c30760ae04381519b5ab 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-56,11
+56,11
@@
url = "1.1"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = { version = "0.4.4", features = ["mac_os_10_7_support"] }
-[target.'cfg(windows)'.dependencies]
-kernel32-sys = "0.2"
-miow = "0.2"
-psapi-sys = "0.1"
-winapi = "0.2"
+
#
[target.'cfg(windows)'.dependencies]
+
#
kernel32-sys = "0.2"
+
#
miow = "0.2"
+
#
psapi-sys = "0.1"
+
#
winapi = "0.2"
[dev-dependencies]
bufstream = "0.1"