use custom Task type

This commit is contained in:
Fabien Freling 2025-06-23 13:05:23 +02:00
parent 01566042b3
commit 5450884bb0
6 changed files with 79 additions and 100 deletions

View file

@ -12,3 +12,4 @@ ratatui = "0.29.0"
color-eyre = "0.6.3"
diesel = { version = "2.2", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
dotenvy = "0.15"