c6b1dea60d
There was a version mismatch because of outdated redox_event and some issues with the Cargo.lock that `cargo update` fixed
11 lines
185 B
TOML
Executable File
11 lines
185 B
TOML
Executable File
[package]
|
|
name = "ihdad"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
bitflags = "0.7"
|
|
spin = "0.4"
|
|
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
|
redox_syscall = "0.1"
|
|
|