Implémentation d'une première approche de gestion des erreurs #52

Merged
florian_briand merged 5 commits from feat/handle_errors_rustly into main 2024-08-22 20:56:12 +02:00
Showing only changes of commit 4d9f6e2638 - Show all commits

4
Cargo.lock generated
View File

@ -92,6 +92,7 @@ dependencies = [
"notify 6.1.1",
"serde",
"systemfd",
"thiserror",
"tokio",
"tower-http",
"tower-livereload",
@ -1066,6 +1067,7 @@ dependencies = [
"http",
"tauri",
"tauri-build",
"thiserror",
"tokio",
"tower",
]
@ -3915,8 +3917,10 @@ dependencies = [
name = "sesam-vitale"
version = "0.1.0"
dependencies = [
"anyhow",
"dotenv",
"libc",
"thiserror",
]
[[package]]