diff options
author | Till Hoeppner | 2015-06-26 16:58:52 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-26 16:58:52 +0200 |
commit | b7bb9b131056c5ffc0552e6c2c16e52781558df7 (patch) | |
tree | 856baf8c4e1af8e5ea43782c39fac59298b27633 /src/lib.rs | |
parent | e0e1329dbc7c88cd72d94bd0c70fdebc08ed0997 (diff) | |
download | irsc-b7bb9b131056c5ffc0552e6c2c16e52781558df7.tar.gz irsc-b7bb9b131056c5ffc0552e6c2c16e52781558df7.tar.xz irsc-b7bb9b131056c5ffc0552e6c2c16e52781558df7.zip |
Re-add carboxyl, split into owned and shared client
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; |