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:
parent
c5cd12b81f
commit
6793b25a67
4 changed files with 331 additions and 88 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue