redox/arch/x86_64/Cargo.toml
Jeremy Soller 79f7e09230 Add FX
2016-09-22 16:13:05 -06:00

14 lines
252 B
TOML

[package]
name = "arch_x86_64"
version = "0.1.0"
[dependencies]
bitflags = "*"
hole_list_allocator = { path = "../../alloc/hole_list_allocator" }
io = { path = "../../drivers/io" }
spin = "*"
[dependencies.x86]
version = "*"
default-features = false