1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// #![feature(plugin)]
// #![plugin(clippy)]

#[macro_use]
extern crate hyper;
extern crate hyper_native_tls;
extern crate chrono;
#[macro_use]
extern crate url;
extern crate crypto;
extern crate base64;
extern crate xml;
extern crate uuid;
extern crate time;

#[macro_use]
extern crate log;
#[macro_use]
extern crate quick_error;

#[macro_use]
extern crate serde_derive;
extern crate serde;
extern crate serde_json;


#[macro_use]
pub mod azure;