Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch from getopts to clap | Philipp Gesang | 2021-11-10 | 1 | -1/+1 |
| | | | | | In addition to the glaring lack of ergonomics the getopts crate doesn’t even build anymore. | ||||
* | use lazy_static instead of raw global | Philipp Gesang | 2021-11-10 | 1 | -0/+1 |
| | | | | This crate would have been handy back in the days. | ||||
* | switch edition to 2021 | Philipp Gesang | 2021-11-09 | 1 | -2/+3 |
| | | | | The future is now! | ||||
* | Silence warning for missing path for `vtcol` binary | Andrew Clemons | 2017-10-25 | 1 | -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.2 | Philipp Gesang | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Fix building against current rust versions | Andrew Clemons | 2017-01-09 | 1 | -0/+3 |
| | |||||
* | vtcol.rs: reinstate usage message | Philipp Gesang | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | cargo: silence warnings about non-conformant “keywords” array | Philipp Gesang | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | cargo: extend manifest | Philipp Gesang | 2015-05-09 | 1 | -2/+3 |
| | |||||
* | vtcol.rs: add license | Philipp Gesang | 2015-05-03 | 1 | -0/+1 |
| | |||||
* | cargo: extend build definition | Philipp Gesang | 2015-05-03 | 1 | -6/+9 |
| | |||||
* | cargo: include project definition | Philipp Gesang | 2015-05-03 | 1 | -0/+14 |