summaryrefslogtreecommitdiff
path: root/backend/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/core/Cargo.toml')
-rw-r--r--backend/core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/core/Cargo.toml b/backend/core/Cargo.toml
index 09b1ebf..bf87568 100644
--- a/backend/core/Cargo.toml
+++ b/backend/core/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+anyhow = { version = "1.0.0" }
chrono = { version = "0.4.38", features = ["serde"] }
diesel = { version = "2.2.0", features = ["sqlite"] }
diesel_migrations = "2.2.0"