From 99fa72e2b9d572e00cd232bd55a3fa24722c3134 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 17 Nov 2024 12:16:19 +0000 Subject: Refactors workspace --- rust/Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'rust/Cargo.toml') 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" -- cgit v1.2.3