darktimer/fw/cross/Cargo.toml

22 lines
426 B
TOML

[package]
name = "cross"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "cross"
bench = false
doctest = false
test = false
[dependencies]
longan-nano = { version = "0.3", features = [ "lcd" ] }
riscv-rt = "0.8"
panic-halt = "0.2"
embedded-graphics = "0.7"
dtlogic = { path = "../dtlogic" }
embedded-hal = "0.2"
riscv = "0"