summaryrefslogtreecommitdiff
path: root/rust/actualbudget_models/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/actualbudget_models/Cargo.toml')
-rw-r--r--rust/actualbudget_models/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/actualbudget_models/Cargo.toml b/rust/actualbudget_models/Cargo.toml
index 83d3093..8bec23b 100644
--- a/rust/actualbudget_models/Cargo.toml
+++ b/rust/actualbudget_models/Cargo.toml
@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+derive_builder = { workspace = true }
diesel = { workspace = true, features = ["sqlite"] }