Use cookie_store

This commit is contained in:
Jacob Hoffman-Andrews
2020-09-29 00:20:32 -07:00
parent 4b95d4d29e
commit 9b39e55d1c
4 changed files with 54 additions and 143 deletions

View File

@@ -39,6 +39,7 @@ serde = { version = "1", optional = true }
serde_json = { version = "1", optional = true }
encoding = { version = "0.2", optional = true }
native-tls = { version = "0.2", optional = true }
cookie_store = "0.12.0"
[dev-dependencies]
serde = { version = "1", features = ["derive"] }