diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-22 20:53:10 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-22 20:59:36 +0000 |
| commit | 54971d2c80a89d473364ef77033e47a07295ded8 (patch) | |
| tree | 5fbbe019bed3fe6feb278cfe9b8121ab1e8e1ee2 /rust/actualbudget_models/Cargo.toml | |
| parent | 0d4440b305437873c9b87144081ca5f574bb7b62 (diff) | |
Adds Builder to AB models
Diffstat (limited to 'rust/actualbudget_models/Cargo.toml')
| -rw-r--r-- | rust/actualbudget_models/Cargo.toml | 1 |
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"] } |
