penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `cargo-dist` packaging for `limbo` and `liblimbo_sqlite3.a`

penberg opened this issue · comments

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 06c2034, but still need to find a way to do that for the static library.