cliargs_t 0.1.0

Simple Rust command parser
Documentation
[package]
name = "cliargs_t"
description = "Simple Rust command parser"
version = "0.1.0"
authors = ["TBye101 <ThomasBye1@gmail.com>"]
edition = "2018"
readme = "../README.md"
repository = "https://github.com/TBye101/cliargs_t"
license = "MIT"
categories = ["command-line-interface"]
keywords = ["cli", "library", "commands", "help", "input"]

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

[dependencies]
contracts = "0.6.0"
static_assertions = "1.1.0"