Propagte sha1 subcrate features all the way to rqbit CLI

This commit is contained in:
Igor Katson 2021-09-30 00:04:31 +01:00
parent a6a785640f
commit f40a227459
4 changed files with 11 additions and 11 deletions

View file

@ -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"}