medusa 0.2.0

General template for building command line interface (CLI) using (and written in) Rust
Documentation
[package]
name = "medusa"
version = "0.2.0"
authors = ["fatahnuram"]
edition = "2018"

description = "General template for building command line interface (CLI) using (and written in) Rust"
repository = "https://gitlab.com/tardi/medusa"
readme = "README.md"
license = "MIT"

keywords = ["cli", "command", "binary", "library", "executable"]
categories = ["command-line-interface", "command-line-utilities"]

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

[profile.dev]
opt-level=0

[profile.release]
opt-level=3

[dependencies]


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