Another attempt to make it possible to build without openssl.
You'll need to cd into crates/rqbit to build with selective features.
This commit is contained in:
parent
f40a227459
commit
1bcc16c327
6 changed files with 16 additions and 10 deletions
|
|
@ -11,7 +11,7 @@ tokio-stream = {version = "0.1", features = ["sync"]}
|
|||
serde = {version = "1", features = ["derive"]}
|
||||
serde_json = "1"
|
||||
hex = "0.4"
|
||||
bencode = {path = "../bencode"}
|
||||
bencode = {path = "../bencode", default-features=false}
|
||||
anyhow = "1"
|
||||
parking_lot = "0.11"
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue