mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-17 21:25:52 +00:00
12 lines
141 B
TOML
12 lines
141 B
TOML
[[package]]
|
|
name = "kernel8"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"raspi3_glue 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "raspi3_glue"
|
|
version = "0.1.0"
|
|
|