File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ path = "tests/test.rs"
24
24
phf_codegen = " 0.7"
25
25
26
26
[dependencies ]
27
- phf = " 0.7"
28
- log = " 0.3"
29
- rustc-serialize = " 0.3"
27
+ bufstream = " 0.1"
30
28
byteorder = " 0.3"
31
29
debug-builders = " 0.1"
32
- bufstream = " 0.1"
30
+ log = " 0.3"
31
+ phf = " 0.7"
33
32
rust-crypto = " 0.2"
33
+ rustc-serialize = " 0.3"
34
34
openssl = { version = " 0.6" , optional = true }
35
- uuid = { version = " 0.1" , optional = true }
36
- unix_socket = { version = " 0.3" , optional = true }
37
- time = { version = " 0.1.14" , optional = true }
38
35
serde = { version = " 0.3" , optional = true }
36
+ time = { version = " 0.1.14" , optional = true }
37
+ unix_socket = { version = " 0.3" , optional = true }
38
+ uuid = { version = " 0.1" , optional = true }
39
39
40
40
[dev-dependencies ]
41
41
url = " 0.2"
You can’t perform that action at this time.
0 commit comments