aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Use regex for matching values.Harald Eilertsen2018-12-181-0/+76
| | | | | | Decided on the regex crate to begin with. An alternative with a more complete regex implementation is the onig crate. If we find we need more powerful regexes, we may switch to that later.
* Initial commit.Harald Eilertsen2018-12-171-0/+146
Just print the event found with start time, end time and summary. It's a start of some sort.