[package]
edition = "2021"
name = "mips-rt"
version = "0.3.7"
authors = ["Stephan <kiffie@mailbox.org"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal runtime for MIPS MCU cores"
documentation = "https://docs.rs/mips-rt"
readme = "README.md"
keywords = [
"mips",
"pic32",
"runtime",
"startup",
]
categories = [
"embedded",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kiffie/pic32-rs"
[lib]
name = "mips_rt"
path = "src/lib.rs"
[dependencies.mips-rt-macros]
version = "0.3.5"