aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2023-06-10update dependenciesMartin Fischer
2023-06-10disable unneeded chrono default featuresMartin Fischer
The new chrono version by default pulls in iana-time-zone, which pulls in a bunch of WASM crates we don't need.
2023-06-10drop unneeded indirect openssl dependencyMartin Fischer
2022-07-30add some basic testsMartin Fischer
2022-07-27update dependenciesMartin Fischer
2022-07-27update clap dependencyMartin Fischer
2021-07-18refactor: use camino for UTF-8 pathsMartin Fischer
2021-07-18update dependenciesMartin Fischer
2021-06-23bump version to 0.1.1v0.1.1Martin Fischer
* now supports stable Rust
2021-06-22publishv0.1.0Martin Fischer