From 18a063fb175edc714d8119d3704b4b91fd882766 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Tue, 21 Jul 2015 05:38:58 -0400 Subject: [PATCH] Use ioctl from crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d186781..0be527d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/cmr/evdev" documentation = "https://cmr.github.io/evdev" [dependencies] -ioctl = { path = "/home/cmr/ioctl" } +ioctl = "0.3.3" bitflags = "*" errno = "*" libc = "*"