mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-23 15:50:00 +01:00
committed by
Sebastian Thiel
parent
2b77d01229
commit
eb6267a2dd
10
Cargo.toml
10
Cargo.toml
@@ -12,15 +12,15 @@ build = "src/build.rs"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.2"
|
||||
chrono = ">= 0.2"
|
||||
hyper = "^ 0.9.0"
|
||||
itertools = ">= 0.4"
|
||||
log = ">= 0.3"
|
||||
chrono = "0.2"
|
||||
hyper = "0.9.0"
|
||||
itertools = "0.4"
|
||||
log = "0.3"
|
||||
openssl = "0.7"
|
||||
serde = "0.8"
|
||||
serde_json = "0.8"
|
||||
serde_macros = { version = "0.8", optional = true }
|
||||
url = "= 0.5"
|
||||
url = "0.5"
|
||||
|
||||
[features]
|
||||
default = ["with-serde-codegen"]
|
||||
|
||||
Reference in New Issue
Block a user