Propagte sha1 subcrate features all the way to rqbit CLI
This commit is contained in:
parent
a6a785640f
commit
f40a227459
4 changed files with 11 additions and 11 deletions
|
|
@ -6,7 +6,10 @@ authors = ["Igor Katson <igor.katson@gmail.com>"]
|
|||
edition = "2018"
|
||||
|
||||
[features]
|
||||
rt-single-thread = []
|
||||
default = ["sha1-openssl"]
|
||||
sha1-system = ["librqbit/crypto-hash"]
|
||||
sha1-openssl = ["librqbit/openssl"]
|
||||
sha1-rust = ["librqbit/sha1"]
|
||||
|
||||
[dependencies]
|
||||
librqbit = {path="../librqbit"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue