summaryrefslogtreecommitdiffstats
path: root/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Option parsing and versionRory Dudley2024-07-031-0/+16
Add some basic logic for parsing commandline arguments. Also, use build.rs to embed the program version (and git commit) during the compile step. The program currently accepts the '--version' commandline argument to print the version, then quit.