blob: 821688e2ef51710a491ad6bce9186a5f3f823591 [file] [log] [blame]
[package]
name = "matcha_platform"
version = "0.1.0"
authors = ["Tock Project Developers <tock-dev@googlegroups.com>"]
build = "build.rs"
edition = "2018"
[dependencies]
bare-io = "0.2"
components = { path = "../../tock/boards/components" }
rv32i = { path = "../../tock/arch/rv32i" }
capsules = { path = "../../tock/capsules" }
kernel = { path = "../../tock/kernel" }
lowrisc = { path = "../../tock/chips/lowrisc" }
blob_fs = { path = "../blob_fs" }
matcha_capsules = { path = "../capsules" }
matcha_config = { path = "../config" }
matcha_utils = { path = "../utils" }
matcha_hal = { path = "../hal" }