[package] name = "redox_syscall" version = "0.2.12" description = "A Rust library to access raw Redox system calls" license = "MIT" authors = ["Jeremy Soller "] repository = "https://gitlab.redox-os.org/redox-os/syscall" documentation = "https://docs.rs/redox_syscall" edition = "2018" [lib] name = "syscall" [dependencies] bitflags = "1.1.0"