Files
RedBear-OS/Cargo.toml
T
2023-08-02 14:18:58 +02:00

8 lines
185 B
TOML

[package]
edition = "2018"
name = "ipcd"
version = "0.1.0"
[dependencies]
libc = "0.2"
redox_syscall = { git = "https://gitlab.redox-os.org/4lDO2/syscall.git", branch = "better_fmap" }