[package] name = "xous-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" xous-riscv = { path = "../xous-riscv", version = "0.5.1" } riscv-rt-macros = { path = "macros", version = "0.1.6" } [dev-dependencies] xous-riscv = { path = "../xous-riscv", version = "0.5.1" } panic-halt = "0.2.0"