ropt/Cargo.toml
Nathan Vegdahl 3d198452c9 First commit.
An attempt at a basic structure for the types involved.
2022-03-27 11:28:49 -07:00

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]