diff --git a/src/lib.rs b/src/lib.rs index b15d66f..cd3942f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;