Go to file
2025-02-01 19:19:36 +00:00
.github/workflows Bump Docker build 2024-09-17 23:14:02 +01:00
.sqlx Convert to proper CLI and add SQLX prepare statements 2024-07-28 13:59:21 +01:00
migrations Drop the public from table references as we won't be in the public schema 2024-07-27 21:19:44 +01:00
src Bump dep versions 2025-02-01 19:19:36 +00:00
.gitignore Initial impl 2024-07-15 15:59:30 +01:00
build.rs Add initial sql tables 2024-07-16 17:25:01 +01:00
Cargo.lock Move to rust-tls over openssl 2024-07-29 09:00:19 +01:00
Cargo.toml Bump dep versions 2025-02-01 19:19:36 +00:00
Dockerfile Change CMD to ENTRYPOINT 2024-09-18 07:50:55 +01:00
Justfile Convert to proper CLI and add SQLX prepare statements 2024-07-28 13:59:21 +01:00
README.md Test build process didn't break with auth changes 2024-08-09 13:28:07 +01:00

Toggl Bridge

A scraper for Toggl's API that provides a bridge between Toggl and a postgres database for easier access to time tracking data in other apps and for analysis.