turso
turso copied to clipboard
Add `cargo-dist` packaging for `limbo` and `liblimbo_sqlite3.a`
Let's use https://github.com/axodotdev/cargo-dist to build, package, and release limbo the CLI and liblimbo_sqlite3.a the SQLite3 compatible library for Linux, Darwin, and Windows.
I configured cargo-dist for the executable in 06c203425004100aa129d80227a2018509393234, but still need to find a way to do that for the static library.