* Update dependencies
* Bump version to 0.5.1
* Try to deflake tests in GitHub Actions
* Add some retries to e2e_test
* Revert cargo.lock changes
* Update only a couple deps
* Fix CI running twice :(
* Fix typo
* Add GitHub CI/CD
* Add instructions for installing bin from GitHub releases
* Will work after a new version is released
* Add windows jobs for CI/CD
* Only run CI on stable rust
* Use `cargo fmt` instead of `rustfmt`, undo change
* Delete install.sh
* Update README.md
Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
* Add a Dockerfile
* Reduce image size from ~75MB to ~6MB
* Add Dockerignore and README documentation
* Add Docker build action to CI
Co-authored-by: Eric Zhang <ekzhang1@gmail.com>