071be03c6f
Fixes #60 The reqwest dependency is significant because the old version required an old version of openssl, complicating compilation on newer platforms. reqwest also pulled in old/duplicate versions of hyper, tokio, etc. Nice to drop a lot of that cruft. I left rusqlite and uuid alone because they had breaking changes I didn't want to mess with at the moment. Bumped the minimum Rust version to 1.30.0, as required by the new encoding_rs crate (and perhaps other things). |
||
---|---|---|
.. | ||
build.sh | ||
clean.sh | ||
install.sh | ||
script-functions.sh | ||
setup-ubuntu.sh |