mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 16:47:21 +00:00
d17dcb2920
* assure `make test` works on OSX as well * simplified entire makefile, by basically removing sed invocations to manipulate the Cargo.toml file under source control. * *works for me* predicate This should probably be tested on another system as well, just to be sure it makes sense for everyone.
8 lines
124 B
TOML
8 lines
124 B
TOML
[package]
|
|
|
|
name = "claptests"
|
|
version = "0.0.1"
|
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
|
|
|
[dependencies.clap]
|
|
path = ".."
|