Add scripts to build for x86_64 linux too

This commit is contained in:
Igor Katson 2021-10-17 18:17:50 +01:00
parent 60b7d4a531
commit 27145c758c
5 changed files with 138 additions and 11 deletions

View file

@ -6,10 +6,12 @@ authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2018"
[features]
default = ["sha1-system"]
default = ["sha1-system", "default-tls"]
sha1-system = ["librqbit/sha1-system"]
sha1-openssl = ["librqbit/sha1-openssl"]
sha1-rust = ["librqbit/sha1-rust"]
default-tls = ["librqbit/default-tls"]
rust-tls = ["librqbit/rust-tls"]
[dependencies]
librqbit = {path="../librqbit", default-features=false}
@ -19,7 +21,6 @@ anyhow = "1"
clap = "3.0.0-beta.2"
log = "0.4"
pretty_env_logger = "0.4"
reqwest = "0.11"
regex = "1"
futures = "0.3"
parse_duration = "2"