snix/src
Vincent Ambo 86c25cc226 refactor: Replace reqwest library with ureq
This replaces reqwest with the more simplistic ureq library for
performing required HTTP requests.

Reqwest comes with a lot of (tokio-based) machinery for
high-performance requesting that is a bit out of scope for
journaldriver's needs.

This clocks in at 62 (!) fewer dependencies after the change, with
equivalent functionality. Wew.
2018-10-05 23:58:01 +02:00
..
main.rs refactor: Replace reqwest library with ureq 2018-10-05 23:58:01 +02:00
tests.rs feat(main): Pass log levels along to Stackdriver 2018-09-24 16:03:58 +02:00