mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
read cookie_jar, hsts_list, auth_cache, and local_data from file if profile_dir option is present
This commit is contained in:
parent
ec9e1fe7e6
commit
d9c32b273a
8 changed files with 60 additions and 81 deletions
|
@ -33,7 +33,7 @@ git = "https://github.com/servo/ipc-channel"
|
|||
git = "https://github.com/servo/webrender_traits"
|
||||
|
||||
[dependencies]
|
||||
cookie = "0.2"
|
||||
cookie = { version = "0.2.4", features = [ "serialize-rustc" ] }
|
||||
flate2 = "0.2.0"
|
||||
hyper = { version = "0.9", features = [ "serde-serialization" ] }
|
||||
immeta = "0.3.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue