[package] name = "riscv-rt" version = "0.1.3" repository = "https://github.com/dvc94ch/riscv-rt" authors = ["David Craven "] categories = ["embedded", "no-std"] description = "Minimal runtime / startup for RISCV CPU's" keywords = ["riscv", "runtime", "startup"] license = "ISC" [dependencies] r0 = "^0.2.1" riscv = { path = "../riscv" }