Bumps [axum_typed_multipart](https://github.com/murar8/axum_typed_multipart) from 0.11.2 to 0.16.2. - [Release notes](https://github.com/murar8/axum_typed_multipart/releases) - [Commits](https://github.com/murar8/axum_typed_multipart/compare/0.11.2...0.16.2) --- updated-dependencies: - dependency-name: axum_typed_multipart dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||
| README.md | ||
Sync server
Creating/resetting the Database for development
sqlx database create --database-url sqlite://db.sqlite3
sqlx migrate run --source sync_server/src/app_state/database/migrations --database-url sqlite://db.sqlite3
cargo sqlx prepare --workspace