aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2020-05-04bump version to 0.3.1v0.3.1Daniel Schadt
2020-05-03remove fnv dependencyDaniel Schadt
fnv was used in the old statistics module, which has been removed. Therefore, we no longer need or use fnv.
2020-05-02bump version to 0.3.0v0.3.0Daniel Schadt
2020-04-30Cargo: only include sourcesDaniel Schadt
The source code itself is pretty small, however, the repository also contains >40MB of test data in the form of evtc log files. We don't want all consumers of this library to download all of this test data just because they want to use the library. This commit excludes everything except for the source (and some metadata files) from the cargo package, allowing a thin distribution. The git repository will still contain the tests, and the CI will still run them.
2020-04-29bump version to 0.2.0v0.2.0Daniel Schadt
2020-04-27remove license-fileDaniel Schadt
We already use license, so there is no need to also specify license-file.
2020-04-26add README and LICENSEDaniel Schadt
2020-04-04switch from quick_error to thiserrorDaniel Schadt
thiserror seems to be the more modern approach that also works with the new Error trait from std.
2020-04-04update dependenciesDaniel Schadt
2019-02-16deps: update zip to 0.5Daniel Schadt
2018-06-14add support for reading zipped logsDaniel Schadt
2018-06-14derive getters for AgentDaniel Schadt
2018-06-14rework boon trackingDaniel Schadt
2018-04-14Initial commitDaniel Schadt