mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-17 16:36:03 +00:00
16 lines
No EOL
485 B
TOML
16 lines
No EOL
485 B
TOML
[package]
|
|
name = "uinput-ioctls"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
description = "Rust bindings for Linux uinput ioctl constants and helper macros."
|
|
repository = "https://github.com/joleuger/vuinputd"
|
|
authors = ["Johannes Leupolz <dev@leupolz.eu>"]
|
|
categories = ["external-ffi-bindings"]
|
|
keywords = ["uinput", "ioctl"]
|
|
readme = "README.md"
|
|
|
|
|
|
[dependencies]
|
|
nix = { version = "0.30", features = ["ioctl"] } # ioctl & libc bindings
|
|
libc = "0.2" # raw system calls |