Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
Running `target/debug/oxitime --pomodoro-duration 3s --description 'Working on X' start`
[oxitime::debug] finish() called — kind: Pomodoro, syncer present: true
[oxitime::debug] syncing pomodoro duration=3s
[oxitime::debug] TogglSyncer::sync_pomodoro(duration=3s)
[oxitime::debug] POST https://api.track.toggl.com/api/v9/workspaces/1893258/time_entries
[oxitime::debug] body: {"description":"Working on X","workspace_id":1893258,"duration":3,"start":"2026-06-15T19:22:18.904361502+00:00","created_with":"oxitime"}
[oxitime::debug] response status: 200 OK
[oxitime::debug] response body: {"id":4446989108,"workspace_id":1893258,"project_id":null,"task_id":null,"billable":false,"start":"2026-06-15T19:22:18Z","stop":"2026-06-15T19:22:21Z","duration":3,"description":"Working on X","tags":null,"tag_ids":null,"duronly":true,"at":"2026-06-15T19:22:22.09265Z","server_deleted_at":null,"user_id":2706417,"uid":2706417,"wid":1893258}
[oxitime::debug] TogglSyncer::sync_pomodoro result: Ok(())
[oxitime::debug] sync ok