tailhook / rust-argparse

The command-line argument parser library for rust
MIT License
240 stars 39 forks source link

Cargo manifest? #5

Closed dvdplm closed 10 years ago

dvdplm commented 10 years ago

It'd be nice to have one to be able to use this through Cargo! :)

tailhook commented 10 years ago

Hi,

As far as I understand, cargo is broken for rust 0.11 (https://travis-ci.org/tailhook/rust-argparse/builds/36512865). For rust 0.12 (i.e. current rust master) there is Cargo.toml in the rust0.12 branch, which builds ok according to travis.

tailhook commented 10 years ago

Merged 0.12 into master. So cargo if is here.