blob: b2fd3524a77d1b0f2a8e7268c8823e536681f9a6 [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]
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" }
[profile.dev]
panic = "abort"
lto = false
opt-level = 0
debug = true
[profile.release]
panic = "abort"
lto = true
opt-level = "z"
debug = true