redox/arch/x86_64/Cargo.toml
2016-08-15 15:01:24 -06:00

12 lines
199 B
TOML

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