12 lines
209 B
TOML
12 lines
209 B
TOML
[package]
|
|
name = "arch_x86_64"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
bitflags = "*"
|
|
hole_list_allocator = { path = "../../alloc/hole_list_allocator"}
|
|
|
|
[dependencies.x86]
|
|
default-features = false
|
|
version = "0.7.1"
|