orcs 0.0.1

Microservices monorepo orchestration tool
Documentation
[package]
name = "orcs"
version = "0.0.1"
authors = ["Nicolas Moutschen <nicolas.moutschen@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/nmoutschen/orcs"
readme = "README.md"
description = "Microservices monorepo orchestration tool"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]

[dependencies]
clap = "2.33"
dep-graph = "0.1"
git2 = "0.13"
rayon = "1.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
tracing = "0.1"
tracing-subscriber = "0.2"