vexriscv-rust/Cargo.toml

12 lines
344 B
TOML
Raw Normal View History

2017-09-19 22:04:12 +08:00
[package]
name = "riscv"
2017-11-20 21:23:53 +08:00
version = "0.1.4"
2017-09-19 22:04:12 +08:00
repository = "https://github.com/dvc94ch/riscv"
authors = ["David Craven <david@craven.ch>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Low level access to RISCV processors"
keywords = ["riscv", "register", "peripheral"]
license = "ISC"
[dependencies]
2018-03-28 02:17:44 +08:00
bare-metal = "0.1.1"