|
@@ -5,8 +5,8 @@ authors = ["Xudong Huang <[email protected]>"]
|
|
|
|
|
|
[dependencies]
|
|
|
num_cpus = "1.0"
|
|
|
-serde = "1.0"
|
|
|
+serde = { version = "1.0", features = ["derive"] }
|
|
|
serde_derive = "1.0"
|
|
|
serde_json = "1.0"
|
|
|
may = { git = "https://github.com/Xudong-Huang/may" }
|
|
|
-may_minihttp = { git = "https://github.com/Xudong-Huang/may_minihttp" }
|
|
|
+may_minihttp = { git = "https://github.com/Xudong-Huang/may_minihttp.git" }
|