summaryrefslogtreecommitdiffstats
path: root/build.rs
AgeCommit message (Collapse)Author
6 daysAddress latest linting issuesTim Oram
2024-02-18Move lint configuration to Cargo.tomlTim Oram
2024-02-15Move core crate into rootTim Oram
2021-07-05Move core to a crateTim Oram
2021-06-15Refactor CLI and main functionTim Oram
This replaces the CLI argument parsing with a lighter library and drops the need for the heavy Clap library. Most of the main function code is also moved into a new core module, and additional lighter tests are added. A build.rs file has also been added to provide a more detailed version info output.