[package] name = "redox-daemon" authors = ["4lDO2 <4lDO2@protonmail.com>"] version = "0.1.3" edition = "2021" license = "MIT" exclude = ["target"] description = "Tiny daemon library for Redox" repository = "https://gitlab.redox-os.org/redox-os/redox-daemon" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" libredox = { version = "0.1.0", default-features = false, features = ["call"] }