1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 16:36:18 +04:00
rCore/bootloader/Cargo.toml

17 lines
378 B
TOML
Raw Normal View History

2019-03-04 11:22:19 +04:00
[package]
name = "rcore-bootloader"
version = "0.1.0"
authors = ["equation314 <equation618@gmail.com>"]
edition = "2018"
[dependencies]
2019-03-05 20:46:01 +04:00
xmas-elf = "0.6.2"
fixedvec = "0.2.3"
[target.'cfg(target_arch = "aarch64")'.dependencies]
2019-03-18 07:55:06 +04:00
aarch64 = { git = "https://github.com/rcore-os/aarch64" }
bcm2837 = { git = "https://github.com/rcore-os/bcm2837" }
2019-03-05 20:46:01 +04:00
[build-dependencies]
cc = "1.0"