[package]
name = "{{name}}"
version = "0.1.0"
edition = "2021"
[dependencies]
mecha10-core = { path = "../../packages/core" }
mecha10-types = { path = "../../packages/types" }
anyhow = "1.0"
tokio = { version = "1.35", features = ["full"] }
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"