mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
Merge pull request #1 from inanna-malick/master
make rustls not pull in openssl
This commit is contained in:
commit
57b741d5d1
@ -15,7 +15,7 @@ include = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.10.4", features = ["json", "rustls-tls"] }
|
||||
reqwest = { version = "0.10.4", features = ["json", "rustls-tls"], default-features = false }
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rustc-serialize = "0.3.24"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user