| [package] | |
| name = "matcha_app" | |
| version = "0.1.0" | |
| edition = "2018" | |
| [dependencies] | |
| core2 = { version = "0.3", default-features = false } | |
| libtock = { path = "../../libtock-rs" } | |
| libtock_core = { path = "../../libtock-rs/core" } | |
| matcha_config = { path = "../config" } |