mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Remove features from tokio.
This commit is contained in:
parent
2c81e10652
commit
c40f40ce18
2 changed files with 48 additions and 131 deletions
|
@ -8,10 +8,10 @@ edition = "2021"
|
|||
[dependencies]
|
||||
jni = "0.21.1"
|
||||
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false}
|
||||
tokio = {version = "1.32.0", features = ["full"]}
|
||||
tokio = {version = "1.32.0", features = ["rt-multi-thread"], default-features = false}
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue