summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-12 08:31:08 +0000
committerJoe Carstairs <me@joeac.net>2024-12-12 21:56:58 +0000
commit20b7b1924fdf2073d5e8783d2dc4b10887e7318a (patch)
tree15598dcc89b9baa1c9769ee3abc2e597aa3007f8 /Cargo.toml
parent54894f9de9bad4fecb2a116d59a03cdd003f84c0 (diff)
Adds GTK4 GUI crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9162889..eb737f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ members = [
"actualbudget_to_schist_transformer",
"schist_backend",
"schist_fakes",
+ "schist_gtk4_gui",
"schist_models",
"schist_queries",
"schist_schema",