1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-24 00:46:17 +04:00
rCore/crate/bcm2837/Cargo.toml

13 lines
268 B
TOML

[package]
name = "bcm2837"
version = "0.1.0"
authors = ["equation314 <equation618@gmail.com>"]
edition = "2018"
[features]
use_generic_timer = ["aarch64"]
[dependencies]
volatile = "0.2.4"
aarch64= { git = "https://github.com/equation314/aarch64", optional = true }