blob: b13a3f213a745568e26d799005c51a56ecd1619c [file] [log] [blame]
[package]
name = "hifive1"
version = "0.1.0"
authors = ["Tock Project Developers <tock-dev@googlegroups.com>"]
build = "build.rs"
edition = "2018"
[dependencies]
components = { path = "../components" }
rv32i = { path = "../../arch/rv32i" }
capsules = { path = "../../capsules" }
kernel = { path = "../../kernel" }
e310x = { path = "../../chips/e310x" }
sifive = { path = "../../chips/sifive" }