feat(stackdriver): Add initial Stackdriver API type definitions

This commit is contained in:
Vincent Ambo 2018-05-28 22:24:32 +02:00
parent 0db4512df4
commit ef638bfa20
4 changed files with 1138 additions and 1 deletions

View file

@ -1,8 +1,16 @@
// #[macro_use] extern crate failure;
#[macro_use] extern crate failure;
#[macro_use] extern crate hyper;
#[macro_use] extern crate log;
#[macro_use] extern crate serde_derive;
extern crate chrono;
extern crate env_logger;
extern crate systemd;
extern crate serde;
extern crate serde_json;
extern crate reqwest;
mod stackdriver;
use systemd::journal::*;
use std::process;