ssrlive
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Cargo.toml
|
|
|
@ -30,6 +30,6 @@ jni = { version = "0.21", default-features = false } |
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
ctor = "0.1" |
|
|
|
reqwest = { version = "0.11", features = ["blocking", "json"] } |
|
|
|
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } |
|
|
|
serial_test = "1.0" |
|
|
|
test-log = "0.2" |
|
|
|
|