[package] name = "simple--args" version = "1.1.1" edition = "2021" description = "A small library for parsing arguments in Rust" license = "MIT" authors = ["Bennett <110846042+bennett-sh@users.noreply.github.com>"] homepage = "https://github.com/bennett-sh/simple-args" repository = "https://github.com/bennett-sh/simple-args" [lib] name = "simpleargs" [[example]] name = "basic"