Files
RedBear-OS/net/alxd/Cargo.toml
T
2024-02-28 21:31:26 +01:00

13 lines
242 B
TOML

[package]
name = "alxd"
version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "1"
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.4"
redox-daemon = "0.1"
common = { path = "../../common" }