0.1.10
refactor: move worker back into workspace members (#33) ### Description We had move `worker` out of the members because we were having issues compiling it because of some dependency conflicts. It seems like that issue does not exist anymore, so we should be able to move it back into the members list. ### Changes - Move `worker` into members list - Bump `reqwest` from 0.11.18 -> 0.11.22