A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
Find a file
dependabot[bot] ffe0e9479b
Bump sqlx from 0.7.4 to 0.8.1
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.7.4 to 0.8.1.
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/compare/v0.7.4...v0.8.1)

---
updated-dependencies:
- dependency-name: sqlx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-25 08:18:12 +00:00
frontend Init 2025-01-25 02:18:36 -05:00
src Add auth 2025-01-25 03:16:35 -05:00
.gitignore Init 2025-01-25 02:18:36 -05:00
API.md Add auth 2025-01-25 03:16:35 -05:00
Cargo.lock Bump sqlx from 0.7.4 to 0.8.1 2025-01-25 08:18:12 +00:00
Cargo.toml Bump sqlx from 0.7.4 to 0.8.1 2025-01-25 08:18:12 +00:00
docker-compose.yml Init 2025-01-25 02:18:36 -05:00