2017-09-19 22:04:12 +08:00
|
|
|
[package]
|
|
|
|
name = "riscv"
|
2018-04-26 01:42:30 +08:00
|
|
|
version = "0.2.0"
|
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"
|