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

12 lines
269 B
TOML
Raw Normal View History

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