You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
416 B
17 lines
416 B
[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/rcore-os/aarch64", version = "2.6.1" }
|
|
bcm2837 = { git = "https://github.com/rcore-os/bcm2837", version = "1.0.0" }
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|