[package] name = "cmdargs" version = "0.1.1" edition = "2021" authors = ["Everaldo Canuto "] 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" }