Merge branch 'master' of https://github.com/algesten/ureq into cookie_store

This commit is contained in:
Jacob Hoffman-Andrews
2020-09-29 01:45:52 -07:00
3 changed files with 21 additions and 6 deletions

View File

@@ -40,12 +40,14 @@ serde_json = { version = "1", optional = true }
encoding = { version = "0.2", optional = true }
native-tls = { version = "0.2", optional = true }
cookie_store = { version = "0.12.0", optional = true }
log = "0.4.11"
[dev-dependencies]
serde = { version = "1", features = ["derive"] }
rayon = "1.3.0"
rayon-core = "1.7.0"
chrono = "0.4.11"
env_logger = "0.7.1"
[[example]]
name = "smoke-test"