k210-sdk-stuff/rust/rgbcontrol/Cargo.toml

12 lines
229 B
TOML
Raw Normal View History

2019-05-23 13:22:50 +04:00
[package]
name = "rgbcontrol"
version = "0.1.0"
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
k210-hal = "0.1.0"
k210-shared = { path = "../k210-shared" }
riscv = "0.5"
2019-07-02 21:20:27 +04:00
riscv-rt = "0.6"