cmdfactory 0.3.2

Automatically generate and execute commands from templates.
Documentation
[package]
name = "cmdfactory"
version = "0.3.2"
authors = ["kkocdko <kkocdko@163.com>"]
description = "Automatically generate and execute commands from templates."
edition = "2018"
repository = "https://github.com/kkocdko/cmdfactory"
license = "Unlicense"

[profile.release]
panic = "abort"
lto = "fat"
# codegen-units = 1

[dependencies]
shared_child = "0.3.4"
os_pipe = "0.9.2"
toml = "0.5.6"
rust-embed = "5.6.0"
open = "1.4.0"