medusa 0.3.0

General template for building command line interface (CLI) using (and written in) Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[profile.release]
opt-level = 3

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

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

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

[dependencies]