9 lines
265 B
TOML
9 lines
265 B
TOML
[package]
|
|
|
|
name = "pirate"
|
|
version = "1.0.0"
|
|
authors = ["Zach Dziura <zcdziura@gmail.com>"]
|
|
description = "A simple arrrguments parser"
|
|
repository = "https://github.com/zcdziura/pirate"
|
|
keywords = ["parser", "getopts", "options", "arguments"]
|
|
license = "LGPL-3.0+"
|