vexriscv-rust/Cargo.toml

13 lines
409 B
TOML
Raw Normal View History

2017-09-19 22:04:12 +08:00
[package]
name = "vexriscv"
version = "0.0.3"
repository = "https://github.com/xobs/vexriscv-rust"
authors = ["Sean Cross <sean@xobs.io>", "The RISC-V Team <risc-v@teams.rust-embedded.org>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to the VexRiscv processor"
keywords = ["riscv", "register", "peripheral", "vexriscv"]
2017-09-19 22:04:12 +08:00
license = "ISC"
2018-08-12 13:56:17 +08:00
[features]
inline-asm = []