vexriscv-rust/Cargo.toml

17 lines
487 B
TOML
Raw Normal View History

2017-09-19 22:04:12 +08:00
[package]
name = "vexriscv"
version = "0.0.1"
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", "vexriscv"]
description = "Low level access to the VexRiscv processor"
keywords = ["riscv", "register", "peripheral", "vexriscv"]
2017-09-19 22:04:12 +08:00
license = "ISC"
[dependencies]
bare-metal = ">=0.2.0,<0.2.5"
bit_field = "0.9.0"
2018-08-12 13:56:17 +08:00
[features]
inline-asm = []