osdev5/kernel/Cargo.toml
2021-09-22 11:42:00 +03:00

13 lines
273 B
TOML

[package]
name = "kernel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.'cfg(target_arch = "aarch64")'.dependencies]
cortex-a = { version = "6.x.x" }
[features]
mach_qemu = []