mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Remove use of serde custom derive plugin in net
This commit is contained in:
parent
c6e15f8ef2
commit
0a48c69061
4 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue