k210-sdk-stuff/rust/glyph-mapping/Cargo.toml
Wladimir J. van der Laan a1c65405ea rust: Clean up cargo patches
No more need for any `k210-hal` and `k210-pac` patches with 0.2.0
2019-12-28 20:17:37 +00:00

13 lines
276 B
TOML

[package]
name = "glyph-mapping"
version = "0.1.0"
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
edition = "2018"
[dependencies]
riscv-rt = "0.6"
k210-hal = "0.2.0"
riscv = "0.5"
k210-shared = { path = "../k210-shared" }
k210-console = { path = "../k210-console" }