blob: 0e6d2243251f2e5440dc5962a0520b12d2cac5fe [file] [log] [blame]
[package]
name = "arty_e21"
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" }
arty_e21_chip = { path = "../../chips/arty_e21_chip" }
sifive = { path = "../../chips/sifive" }