mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use serde_json to persist cookies in the net crate
This commit is contained in:
parent
ec5ed8edfd
commit
fd9cd33892
7 changed files with 45 additions and 27 deletions
|
@ -27,6 +27,10 @@ extern crate openssl;
|
|||
extern crate openssl_verify;
|
||||
extern crate profile_traits;
|
||||
extern crate rustc_serialize;
|
||||
extern crate serde;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate serde_json;
|
||||
extern crate servo_config;
|
||||
extern crate servo_url;
|
||||
extern crate threadpool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue