k210-sdk-stuff/rust/uart-passthrough/Cargo.toml

13 lines
248 B
TOML
Raw Normal View History

2019-05-20 17:49:43 +04:00
[package]
name = "uart-passthrough"
version = "0.1.0"
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
nb = "0.1.1"
2019-07-02 21:20:27 +04:00
riscv-rt = "0.6"
k210-hal = "0.2.0"
2019-05-20 17:49:43 +04:00
riscv = "0.5"
k210-shared = { path = "../k210-shared" }