mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-24 00:46:17 +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"
|