| [package] | |
| name = "matcha_capsules" | |
| version = "0.1.0" | |
| edition = "2018" | |
| [dependencies] | |
| kernel = { path = "../../tock/kernel" } | |
| matcha_hal = { path = "../hal" } | |
| matcha_utils = { path = "../utils" } | |
| matcha_config = { path = "../config" } | |
| capsules = { path = "../../tock/capsules" } |