redox/kernel/arch/x86_64/Cargo.toml

16 lines
366 B
TOML
Raw Normal View History

2016-08-14 19:45:47 +02:00
[package]
2016-08-14 22:59:18 +02:00
name = "arch_x86_64"
2016-08-14 19:45:47 +02:00
version = "0.1.0"
[dependencies]
bitflags = "*"
hole_list_allocator = { path = "../../../crates/hole_list_allocator/" }
io = { path = "../../../crates/io/" }
2016-11-07 22:04:13 +01:00
raw-cpuid = { git = "https://github.com/gz/rust-cpuid" }
spin = "*"
redox_syscall = { path = "../../../syscall/" }
[dependencies.x86]
version = "0.7"
default-features = false