summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index a43c8f5..499747d 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -1,8 +1,12 @@
[workspace]
members = [
- "actualbudget_importer",
+ "schist_actualbudget_importer",
"schist_backend",
- "schist_core",
+ "schist_fakes",
+ "schist_models",
+ "schist_queries",
+ "schist_schema",
+ "schist_traits",
]
resolver = "2"