podsync-0.1.0 is not a library.
podsync
A HTTP server for syncing podcast app state, mirroring the gpodder API. Designed for use with AntennaPod.
Building
podsync uses sqlx in offline mode for builds.
To update the schema:
cargo install sqlx-clicargo sqlx prepare(with a present database)- Commit in
sqlx-data.json - Unset
DATABASE_URLduring compilation