[package]
name = "cmdargs"
version = "0.1.1"
edition = "2021"
authors = ["Everaldo Canuto <everaldo.canuto@gmail.com>"]
license = "Unlicense"
homepage = "https://github.com/puccinia/cmdargs.git"
repository = "https://github.com/puccinia/cmdargs.git"
description = "Command line argument parser for Rust"
[dependencies]
cmdargs-macros = { version = "0.1.1", path = "../cmdargs-macros" }