summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rust/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index b973b7d..56685b9 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -1,6 +1,8 @@
[workspace]
members = [
- "actualbudget_models", "actualbudget_queries", "actualbudget_schema",
+ "actualbudget_models",
+ "actualbudget_queries",
+ "actualbudget_schema",
"schist_actualbudget_importer",
"schist_backend",
"schist_fakes",