redox/arch/x86_64/Cargo.toml
2016-09-01 14:39:45 -06:00

14 lines
300 B
TOML

[package]
name = "arch_x86_64"
version = "0.1.0"
[dependencies]
bitflags = "*"
hole_list_allocator = { path = "../../alloc/hole_list_allocator"}
ransid = { git = "https://github.com/redox-os/ransid.git", branch = "new_api" }
spin = "*"
[dependencies.x86]
version = "0.7.1"
default-features = false