mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
16 lines
428 B
TOML
16 lines
428 B
TOML
[package]
|
|
name = "kernel_symbols"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = []
|
|
generated_symbols_available = []
|
|
|
|
##--------------------------------------------------------------------------------------------------
|
|
## Dependencies
|
|
##--------------------------------------------------------------------------------------------------
|
|
|
|
[dependencies]
|
|
debug-symbol-types = { path = "../libraries/debug-symbol-types" }
|