Update for hex move
This commit is contained in:
parent
0f4e4e9c08
commit
7c9f552eb4
@ -67,6 +67,7 @@ fn main() {
|
|||||||
extern mod collections;
|
extern mod collections;
|
||||||
extern mod extra;
|
extern mod extra;
|
||||||
extern mod openssl;
|
extern mod openssl;
|
||||||
|
extern mod serialize;
|
||||||
extern mod sync;
|
extern mod sync;
|
||||||
#[phase(syntax)]
|
#[phase(syntax)]
|
||||||
extern mod phf_mac;
|
extern mod phf_mac;
|
||||||
@ -74,10 +75,10 @@ extern mod phf;
|
|||||||
extern mod uuid;
|
extern mod uuid;
|
||||||
|
|
||||||
use collections::{Deque, RingBuf};
|
use collections::{Deque, RingBuf};
|
||||||
use extra::hex::ToHex;
|
|
||||||
use extra::url::{UserInfo, Url};
|
use extra::url::{UserInfo, Url};
|
||||||
use openssl::crypto::hash::{MD5, Hasher};
|
use openssl::crypto::hash::{MD5, Hasher};
|
||||||
use openssl::ssl::{SslStream, SslContext};
|
use openssl::ssl::{SslStream, SslContext};
|
||||||
|
use serialize::hex::ToHex;
|
||||||
use std::cell::{Cell, RefCell};
|
use std::cell::{Cell, RefCell};
|
||||||
use std::hashmap::HashMap;
|
use std::hashmap::HashMap;
|
||||||
use std::io::{BufferedStream, IoResult};
|
use std::io::{BufferedStream, IoResult};
|
||||||
|
Loading…
Reference in New Issue
Block a user