matrix-org / seshat

A Matrix message database/indexer
88 stars 14 forks source link

Update build to match recent neon examples #123

Closed MatMaul closed 1 year ago

MatMaul commented 1 year ago

It moves a bunch of files to match the new way to build used in the neon examples.

This is needed because neon build doesn't pass arguments down to cargo build, meaning we can't pass features flag and do an optional fully static build.