ttrexec 0.2.21

Lightweight private cloud solution for SME scenarios.
Documentation
[[bin]]
name = "ttrexec-daemon"
path = "src/bin/daemon.rs"

[[bin]]
name = "ttrexec-cli"
path = "src/bin/cli.rs"
[dependencies.clap]
version = "2.33"

[dependencies.jemallocator]
optional = true
version = "0.3.2"

[dependencies.myutil]
version = "0.2"

[dependencies.nix]
version = "0.18"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[features]
client = []
default = ["server", "client"]
server = ["jemallocator"]

[package]
authors = ["FanHui <fanhui.x@gmail.com>", "FanHui <hui.fan@mail.ru>"]
categories = ["command-line-utilities"]
description = "Lightweight private cloud solution for SME scenarios."
edition = "2018"
homepage = "https://github.com/ktmlm/TTstack"
keywords = ["openstack", "k8s", "kvm", "cloud"]
license = "MIT OR Apache-2.0"
name = "ttrexec"
repository = "https://github.com/ktmlm/TTstack.git"
version = "0.2.21"