medusa 0.3.0

General template for building command line interface (CLI) using (and written in) Rust
Documentation
[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "handler_append"
path = "examples/handler_append.rs"

[[example]]
name = "stateful"
path = "examples/stateful.rs"

[dependencies]

[package]
authors = ["fatahnuram"]
categories = ["command-line-interface", "command-line-utilities"]
description = "General template for building command line interface (CLI) using (and written in) Rust"
edition = "2018"
keywords = ["cli", "command", "binary", "library", "executable"]
license = "MIT"
name = "medusa"
readme = "README.md"
repository = "https://gitlab.com/tardi/medusa"
version = "0.3.0"
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3