15 lines
422 B
TOML
15 lines
422 B
TOML
[package]
|
|
name = "ropt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
description = "Simple, zero-dependency command line argument parser for Rust."
|
|
documentation = "https://docs.rs/ropt"
|
|
repository = "https://github.com/cessen/ropt"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
keywords = ["argument", "arg", "parse", "cli", "parser"]
|
|
categories = ["command-line-interface"]
|
|
|
|
[dependencies]
|