feat(stackdriver): Add initial Stackdriver API type definitions
This commit is contained in:
parent
0db4512df4
commit
ef638bfa20
4 changed files with 1138 additions and 1 deletions
10
src/main.rs
10
src/main.rs
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue