summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-17 12:16:19 +0000
committerJoe Carstairs <me@joeac.net>2024-11-17 12:20:48 +0000
commit99fa72e2b9d572e00cd232bd55a3fa24722c3134 (patch)
tree6b50ce600fffa07a0c21b7f14d2447fe5ac3c2ed /rust/Cargo.toml
parent10f071447594f2bdcec84a461df9ad648f71f44b (diff)
Refactors workspace
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"