mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
16 lines
357 B
TOML
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
|