Sort deps

This commit is contained in:
Steven Fackler 2015-05-13 15:24:04 -07:00
parent 26e55ff2bc
commit ae384d8908

View File

@ -24,18 +24,18 @@ path = "tests/test.rs"
phf_codegen = "0.7"
[dependencies]
phf = "0.7"
log = "0.3"
rustc-serialize = "0.3"
bufstream = "0.1"
byteorder = "0.3"
debug-builders = "0.1"
bufstream = "0.1"
log = "0.3"
phf = "0.7"
rust-crypto = "0.2"
rustc-serialize = "0.3"
openssl = { version = "0.6", optional = true }
uuid = { version = "0.1", optional = true }
unix_socket = { version = "0.3", optional = true }
time = { version = "0.1.14", optional = true }
serde = { version = "0.3", optional = true }
time = { version = "0.1.14", optional = true }
unix_socket = { version = "0.3", optional = true }
uuid = { version = "0.1", optional = true }
[dev-dependencies]
url = "0.2"