mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
a1c65405ea
No more need for any `k210-hal` and `k210-pac` patches with 0.2.0
12 lines
229 B
TOML
12 lines
229 B
TOML
[package]
|
|
name = "rgbcontrol"
|
|
version = "0.1.0"
|
|
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
k210-hal = "0.2.0"
|
|
k210-shared = { path = "../k210-shared" }
|
|
riscv = "0.5"
|
|
riscv-rt = "0.6"
|