summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-01-10 02:19:26 +0100
committerBert Belder <bertbelder@gmail.com>2019-01-14 02:18:18 +0100
commit69c370c5ccaae5646cf2380f92d39097c8ca8645 (patch)
tree50bb088cb0680c85cfb4d0939df25aa241680674 /Cargo.toml
parentfda604ff05f77711ee72c10bd3f40a01fc6ec6a3 (diff)
src: remove dependency on the 'kernel32' crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 039d55039..5c86d526c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,6 @@ getopts = "=0.2.18"
http = "=0.1.14"
hyper = "=0.12.19"
hyper-rustls = "=0.15.0"
-kernel32-sys = "=0.2.2"
lazy_static = "=1.2.0"
libc = "=0.2.46"
log = "=0.4.6"