mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
14 lines
265 B
TOML
14 lines
265 B
TOML
[package]
|
|
|
|
name = "claptests"
|
|
version = "0.0.1"
|
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
|
|
|
[dependencies.clap]
|
|
<<<<<<< HEAD
|
|
git = "file:/home/kevin/Projects/clap-rs"
|
|
branch = "dev"
|
|
=======
|
|
git = "https://github.com/kbknapp/clap-rs"
|
|
branch = "master"
|
|
>>>>>>> tests
|