redox/arch/x86_64/Cargo.toml

14 lines
300 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 = "*"
2016-08-15 23:27:32 +02:00
hole_list_allocator = { path = "../../alloc/hole_list_allocator"}
2016-09-01 22:39:45 +02:00
ransid = { git = "https://github.com/redox-os/ransid.git", branch = "new_api" }
spin = "*"
[dependencies.x86]
version = "0.7.1"
default-features = false