blob: 3d32cd1c0a2025b8af12c0aa86b15e13e22dc24c [file] [log] [blame]
[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"] }