mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-23 16:36:18 +04:00
16 lines
297 B
TOML
16 lines
297 B
TOML
[package]
|
|
name = "aarch64"
|
|
version = "0.1.0"
|
|
authors = ["koumingyang <1761674434@qq.com>"]
|
|
|
|
[dependencies]
|
|
register = "0.2.0"
|
|
bit_field = "0.9.0"
|
|
bitflags = "1.0.1"
|
|
usize_conversions = "0.2.0"
|
|
os_bootinfo = "0.2.0"
|
|
bare-metal = "0.2.0"
|
|
|
|
[dependencies.ux]
|
|
default-features = false
|
|
version = "0.1.0" |