| [package] | |
| name = "matcha_hal" | |
| version = "0.1.0" | |
| edition = "2018" | |
| [dependencies] | |
| # Lock memchr to 2.5.0, the last version for 2018. Set default features to false | |
| # to disable std. | |
| memchr = { version = "=2.5.0", default-features = false } | |
| core2 = { version = "=0.3.3", default-features = false } | |
| kernel = { path = "../../tock/kernel" } | |
| matcha_config = { path = "../config" } |