Reexport Token, Lifetime, Client, ClientError
This commit is contained in:
parent
34efa2fad0
commit
f28d128c20
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue