Make rust-tls work (through ring)
This commit is contained in:
parent
78ee947d44
commit
01a4f68e20
7 changed files with 77 additions and 27 deletions
|
|
@ -13,10 +13,10 @@ quick-xml = "0.36.1"
|
|||
http = "1.1.0"
|
||||
httparse = "1.9.4"
|
||||
uuid = { version = "1.10.0", features = ["v4"] }
|
||||
librqbit-upnp = { path = "../upnp" }
|
||||
librqbit-upnp = { path = "../upnp", default-features = false }
|
||||
gethostname = "0.5.0"
|
||||
librqbit-sha1-wrapper = { path = "../sha1w" }
|
||||
librqbit-core = { path = "../librqbit_core" }
|
||||
librqbit-sha1-wrapper = { path = "../sha1w", default-features = false }
|
||||
librqbit-core = { path = "../librqbit_core", default-features = false }
|
||||
mime_guess = "2.0.5"
|
||||
url = "2.5.2"
|
||||
parking_lot = "0.12.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue