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/Cargo.lock | |
| parent | 0d4440b305437873c9b87144081ca5f574bb7b62 (diff) | |
Adds Builder to AB models
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 55a9545..90566db 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6,6 +6,7 @@ version = 3 name = "actualbudget_models" version = "0.1.0" dependencies = [ + "derive_builder", "diesel", ] |
