diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ extern crate regex; extern crate log; #[cfg(feature = "ssl")] extern crate openssl; +extern crate carboxyl; pub mod client; pub mod color; |