blob: 1c39868be772dfe61b5460b17a0b71ae75834e6a [file] [log] [blame]
[package]
name = "matcha"
version = "0.1.0"
authors = ["Tock Project Developers <tock-dev@googlegroups.com>"]
edition = "2018"
[features]
# Compiling this crate requires enabling one of these features, otherwise
# the default will be chosen.
config_fpga_nexysvideo = ["config_disable_default"]
config_sim_verilator = ["config_disable_default"]
config_disable_default = []
[dependencies]
lowrisc = { path = "../../../tock/chips/lowrisc" }
rv32i = { path = "../../../tock/arch/rv32i" }
kernel = { path = "../../../tock/kernel" }