redox/arch/x86_64/Cargo.toml
2016-08-15 15:27:32 -06:00

12 lines
209 B
TOML

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