Skip to content

Commit

Permalink
cir does not use libc
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Apr 2, 2024
1 parent 9ce6ca1 commit 1d30288
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ exclude = [ "/.git*", "/testdata", "/tests" ]
irp = { version = "0.3.2", path = "irp" }
clap = "3.1"
toml = "0.8"
serde_derive = { version = "1.0" }
serde = { version = "1.0", features = [ "derive" ] }
serde_derive = { version = "1.0" }
itertools = "0.12"
evdev = "0.12.1"
mio = { version = "0.8", features = [ "os-poll", "os-ext" ] }
libc = "0.2"
nix = { version = "0.28", features = [ "fs", "ioctl" ] }
regex = "1"
humantime = "2.1"
Expand Down

0 comments on commit 1d30288

Please sign in to comment.