rust
rust copied to clipboard
fix rustup/cargo command not found
proposed fix for issue #6
Thanks for this! I also needed apt to install pkg-config
so that the openssl bindings would build, but this change got rustup working
@pcai you are right - I already had pkg-config
added in my target project but did not move it over