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

17 lines
384 B
TOML

[package]
name = "rcore-bootloader"
version = "0.1.0"
authors = ["equation314 <equation618@gmail.com>"]
edition = "2018"
[dependencies]
xmas-elf = "0.6.2"
fixedvec = "0.2.3"
[target.'cfg(target_arch = "aarch64")'.dependencies]
aarch64 = { git = "https://github.com/equation314/aarch64" }
bcm2837 = { git = "https://github.com/equation314/bcm2837" }
[build-dependencies]
cc = "1.0"