redox/arch/x86_64/Cargo.toml
2016-11-07 14:04:13 -07:00

16 lines
357 B
TOML

[package]
name = "arch_x86_64"
version = "0.1.0"
[dependencies]
bitflags = "*"
hole_list_allocator = { path = "../../crates/hole_list_allocator/" }
io = { path = "../../crates/io/" }
raw-cpuid = { git = "https://github.com/gz/rust-cpuid" }
spin = "*"
redox_syscall = { path = "../../syscall/" }
[dependencies.x86]
version = "0.7"
default-features = false