aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Use regex for matching values.Harald Eilertsen2018-12-181-1/+2
| | | | | | 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/+9
Just print the event found with start time, end time and summary. It's a start of some sort.