Files
RedBear-OS/redox-ioctl/Cargo.toml
T
2026-07-01 08:08:23 -06:00

14 lines
266 B
TOML

[package]
name = "redox-ioctl"
authors = ["bjorn3 <bjorn3_gh@protonmail.com>"]
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Ioctl definitions and (de)serialization for Redox"
[dependencies]
drm-sys = "0.8.0"
redox_syscall = "0.9.0"
[features]