mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
8 lines
141 B
TOML
8 lines
141 B
TOML
|
[package]
|
||
|
name = "clap_test"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
clap = {path = "../"}
|
||
|
regex = "0.2"
|