diff options
| author | Joe Carstairs <me@joeac.net> | 2025-08-25 16:35:45 +0000 |
|---|---|---|
| committer | joeac <me@joeac.net> | 2025-08-25 16:35:45 +0000 |
| commit | fe85652e4d3e8906824baddaafd05d19105579b8 (patch) | |
| tree | 31b56e31cbf289a34ec1d6707becf3c60933b56f /schist_desktop_gui/Cargo.toml | |
| parent | d082a30de6a0cbd1fbe2ab5a4316db0891004129 (diff) | |
task-072
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
Reviewed-on: https://git.joeac.net/joeac/schist/pulls/3
Co-authored-by: Joe Carstairs <me@joeac.net>
Co-committed-by: Joe Carstairs <me@joeac.net>
Diffstat (limited to 'schist_desktop_gui/Cargo.toml')
| -rw-r--r-- | schist_desktop_gui/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/schist_desktop_gui/Cargo.toml b/schist_desktop_gui/Cargo.toml index 35e6521..0ee5764 100644 --- a/schist_desktop_gui/Cargo.toml +++ b/schist_desktop_gui/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +actualbudget_to_schist_transformer = { workspace = true } anyhow = { workspace = true } diesel = { workspace = true } diesel_migrations = { workspace = true } @@ -11,6 +12,7 @@ dirs = { workspace = true } iced = { workspace = true } itertools = { workspace = true } libsqlite3-sys = { workspace = true } +rfd = { workspace = true } schist_fakes = { workspace = true } schist_models = { workspace = true } schist_queries = { workspace = true } |
