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 = "*"