From 6793b25a67d79f4b0022e5c253dca56a3c96630f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 27 May 2018 23:57:24 +0200 Subject: feat(main): Implement receiver & flushing logic The only thing missing for a 0.1 test run is the actual gRPC call to Stackdriver. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b32bd023d51c..f521d0c39dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ authors = ["Vincent Ambo "] [dependencies] libc = "0.2" failure = "0.1" +systemd = "0.3" +log = "0.4" +env_logger = "0.5" [build-dependencies] pkg-config = "0.3" -- cgit 1.4.1