ishi
ishi
Got it working. Cargo.toml ``` openssl = { version = "0.10", features = ["vendored"] } libtor = { version = "47.7.0+0.4.7.x", features = ["vendored-lzma","vendored-zstd"] } ``` ```bash cargo build --target...
Sorry i just noticed your `CMD` and youre using ```cargo build -vv --features=vendored-openssl --target=x86_64-pc-windows-gnu``` Have you tried adding the other two vendored libs in --features in the above command?
> @i5hi if you are targeting android I think your `CC` env variable was wrong, it was pointing to a non-android linux toolchain. Usually if you have the NDK in...
Will do. On an aside, @afilini, what is the best rust http client that allows me to configure a socks5 port to make normal http requests over tor?
really important feature for managing timelines
Thanks for your work! Will make a PR for this when I get some time.
Hey @thunderbiscuit ! Sure. Thanks!
Let this be a chance for us to build sloe and steady with attention to details and not have to leave work for later refactoring. Especially in the early stages...
There is a case to be made to avoid starting a new repo and just update this repo. We will discuss and evaluate trade offs here.
ACK