[package] name = "xous-kernel-riscv-rt" version = "0.6.1" repository = "https://github.com/xous/xous-riscv-rt" authors = ["Sean Cross ", "The RISC-V Team "] categories = ["embedded", "no-std", "xous"] description = "Minimal runtime / startup for RISC-V CPU's" keywords = ["riscv", "runtime", "startup"] license = "ISC" [dependencies] r0 = "0.2.2" vexriscv = "0.0.2" xous-kernel-riscv-rt-macros = { path = "macros" } [dev-dependencies] vexriscv = "0.0.2" panic-halt = "0.2.0"