Sort deps
This commit is contained in:
parent
26e55ff2bc
commit
ae384d8908
14
Cargo.toml
14
Cargo.toml
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user