[dependencies]
[lib]
name = "rv_rt"
path = "src/lib.rs"
[package]
authors = ["Andelf <andelf@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std", "hardware-support"]
description = "The minimal runtime for RISC-V embedded programs"
documentation = "https://docs.rs/rv-rt"
edition = "2021"
homepage = "https://github.com/andelf/rv-rt"
keywords = ["riscv", "embedded", "rt"]
license = "MIT OR Apache-2.0"
name = "rv-rt"
readme = "README.md"
repository = "https://github.com/andelf/rv-rt"
version = "0.0.0"