[package] name = "microunit" version = "0.1.1" edition = "2018" license = "Apache-2.0" homepage = "https://github.com/engula/microunit" repository = "https://github.com/engula/microunit" description = "A decentralized unit orchestration framework." [dependencies] clap = "3.0.0-beta.4" uuid = { version = "0.8", features = ["serde", "v4"] } tokio = "1.10" tonic = "0.5" prost = "0.8" thiserror = "1.0" [build-dependencies] tonic-build = "0.5"