[package] name = "surd" version = "0.1.0" edition = "2018" include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] homepage = "https://gitlab.com/modeminal/libraries/surd" description = "Simple and minimal command line argument parser for Rust." repository = "https://gitlab.com/modeminal/libraries/surd" keywords = ["cli", "argument", "parser", "command-line"] authors = ["aiocat@protonmail.com"] license = "MIT" [dependencies]