aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2022-08-20Add version command line argumentTeddy Wing
* -V and --version now print the program version and exit * Use the `exitcode` crate * Rename `options` variable to `accepted_args`, which seems clearer given its usage.
2022-08-20Increase version v0.4.0 -> v0.5.0Teddy Wing
2018-03-03Increase version v0.3.0 -> v0.4.0v0.4.0Teddy Wing
2016-11-14Cargo: Increase version v0.2.0 -> v0.3.0Teddy Wing
2016-08-17Cargo: Increase version v0.1.1 -> v0.2.0Teddy Wing
2016-08-06Cargo: Update version v0.1.0 -> v0.1.1v0.1.1Teddy Wing
2016-08-06Cargo: Increase version v0.0.1 -> v0.1.0v0.1.0Teddy Wing
2016-08-06Cargo: Install 'clipboard' crateTeddy Wing
Allows us to copy to the system clipboard with a very simple interface.
2016-08-05Cargo: Remove 'termion' dependency, use 'rustty'Teddy Wing
Decided to remove Termion in favour of Rustty because it seems like it has a simpler interface.
2016-08-05Cargo: Install "termion" 1.0Teddy Wing
Terminal library to help with creating a text user interface.
2016-08-05Initial commit. Cargo init.Teddy Wing
Initialise a new project with `cargo init --bin`.