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

7
Cargo.lock generated
View file

@ -214,6 +214,12 @@ dependencies = [
"syn",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "dsl_auto_type"
version = "0.1.3"
@ -737,6 +743,7 @@ dependencies = [
"color-eyre",
"crossterm",
"diesel",
"dotenvy",
"ratatui",
]