summaryrefslogtreecommitdiff
path: root/schist_desktop_gui/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-29 15:19:52 +0100
committerJoe Carstairs <me@joeac.net>2026-08-29 15:19:52 +0100
commit54159c767377dfe6384547a4517f4fe3f002caad (patch)
treeb5ad661b4505caccee8d73d22f42957055863108 /schist_desktop_gui/Cargo.toml
parenta511d72248d20ba2fcb436b58ee2459d422d80b7 (diff)
task-001: can edit and submit new transaction form (doesn't do anythingHEADmain
yet)
Diffstat (limited to 'schist_desktop_gui/Cargo.toml')
-rw-r--r--schist_desktop_gui/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/schist_desktop_gui/Cargo.toml b/schist_desktop_gui/Cargo.toml
index e5937d8..8de5a85 100644
--- a/schist_desktop_gui/Cargo.toml
+++ b/schist_desktop_gui/Cargo.toml
@@ -17,6 +17,7 @@ schist_fakes = { workspace = true }
schist_models = { workspace = true }
schist_queries = { workspace = true }
schist_schema = { workspace = true }
+schist_traits = { workspace = true }
serde = { workspace = true }
toml = { workspace = true }
unwrap-infallible = { workspace = true }