xous-kernel/xous-kernel-riscv-rt/Cargo.toml

19 lines
541 B
TOML
Raw Permalink Normal View History

[package]
name = "xous-kernel-riscv-rt"
version = "0.6.1"
repository = "https://github.com/xous/xous-riscv-rt"
authors = ["Sean Cross <sean@xobs.io>", "The RISC-V Team <risc-v@teams.rust-embedded.org>"]
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"