summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'schist_desktop_gui/Cargo.toml')
-rw-r--r--schist_desktop_gui/Cargo.toml2
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 }