feat(main): Implement receiver & flushing logic

The only thing missing for a 0.1 test run is the actual gRPC call to
Stackdriver.
This commit is contained in:
Vincent Ambo 2018-05-27 23:57:24 +02:00
parent c5cd12b81f
commit 6793b25a67
4 changed files with 331 additions and 88 deletions

View file

@ -6,6 +6,9 @@ authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]
libc = "0.2"
failure = "0.1"
systemd = "0.3"
log = "0.4"
env_logger = "0.5"
[build-dependencies]
pkg-config = "0.3"