mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
852e58156c
Closes #166
10 lines
227 B
TOML
10 lines
227 B
TOML
[package]
|
|
name = "clap-test"
|
|
version = "0.1.0"
|
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
|
description = "functions and macros to assist in testing clap"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
regex = "~0.1.69"
|
|
clap = { path = "../" }
|