Remove use of serde custom derive plugin in net

This commit is contained in:
Anthony Ramine 2016-11-03 10:10:00 +01:00
parent c6e15f8ef2
commit 0a48c69061
4 changed files with 9 additions and 0 deletions

View file

@ -34,6 +34,8 @@ plugins = {path = "../plugins"}
profile_traits = {path = "../profile_traits"}
rand = "0.3"
rustc-serialize = "0.3"
serde = "0.8"
serde_derive = "0.8"
threadpool = "1.0"
time = "0.1.17"
unicase = "1.4.0"