15 lines
266 B
TOML
15 lines
266 B
TOML
|
[package]
|
||
|
name = "libcortex_a9"
|
||
|
version = "0.0.0"
|
||
|
authors = ["Astro <astro@spaceboyz.net>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[features]
|
||
|
target_zc706 = []
|
||
|
target_cora_z7_10 = []
|
||
|
default = ["target_zc706"]
|
||
|
|
||
|
[dependencies]
|
||
|
bit_field = "0.10"
|
||
|
libregister = { path = "../libregister" }
|