Files
RedBear-OS/alxd/Cargo.toml
T
2022-07-27 16:25:01 +02:00

12 lines
305 B
TOML

[package]
name = "alxd"
version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "1"
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git", branch = "redox-unix" }
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.2.12"
redox-daemon = "0.1"