[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", features = ["alloc"] } | |
matcha_config = { path = "../config" } | |
postcard = { version = "0.7", default-features = false, features = ["alloc"] } | |
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] } |