girder 0.1.0

Lightweight Kubernetes Clusters on Docker for CI/CD. Fast to Buildup and Even Faster to Teardown.
Documentation
[package]
name = "girder"
version = "0.1.0"
authors = ["Damian Peckett <damian@pecke.tt>"]
description = "Lightweight Kubernetes Clusters on Docker for CI/CD. Fast to Buildup and Even Faster to Teardown."
repository = "https://github.com/dpeckett/girder"
license = "Apache-2.0"
edition = "2018"

[lib]
name = "camunda_metrics"
path = "src/lib.rs"

[[bin]]
name = "camunda-metrics-sidecar"
path = "src/main.rs"

[dependencies]