summaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* switch from lazy_static to atomicsPhilipp Gesang2021-11-101-1/+0
| | | | Yeah const fn!
* switch from getopts to clapPhilipp Gesang2021-11-101-1/+1
| | | | | In addition to the glaring lack of ergonomics the getopts crate doesn’t even build anymore.
* use lazy_static instead of raw globalPhilipp Gesang2021-11-101-0/+1
| | | | This crate would have been handy back in the days.
* switch edition to 2021Philipp Gesang2021-11-091-2/+3
| | | | The future is now!
* Silence warning for missing path for `vtcol` binaryAndrew Clemons2017-10-251-0/+1
| | | | | vtcol.rs should probably be main.rs, but explicitly setting the non-standard path also silences the warning. (src/bin would also work)
* *: bump version and yearv0.42.2Philipp Gesang2017-01-221-1/+1
|
* Fix building against current rust versionsAndrew Clemons2017-01-091-0/+3
|
* vtcol.rs: reinstate usage messagePhilipp Gesang2015-05-261-1/+1
|
* cargo: silence warnings about non-conformant “keywords” arrayPhilipp Gesang2015-05-091-1/+1
|
* cargo: extend manifestPhilipp Gesang2015-05-091-2/+3
|
* vtcol.rs: add licensePhilipp Gesang2015-05-031-0/+1
|
* cargo: extend build definitionPhilipp Gesang2015-05-031-6/+9
|
* cargo: include project definitionPhilipp Gesang2015-05-031-0/+14