Reexport Token, Lifetime, Client, ClientError

This commit is contained in:
Curtis McEnroe 2015-12-24 15:00:54 -05:00
parent 34efa2fad0
commit f28d128c20
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ extern crate hyper;
extern crate rustc_serialize;
extern crate url;
pub use token::{Token, Lifetime};
pub use client::{Client, ClientError};
pub mod token;
pub mod provider;
pub mod error;