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