diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-22 21:00:02 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-22 21:00:02 +0000 |
| commit | 344bb6c2e02952e821a85f997c691b5b09d1dc78 (patch) | |
| tree | 94b32eaa6a69e8ef9543349c62327e1d8410a605 /rust | |
| parent | 54971d2c80a89d473364ef77033e47a07295ded8 (diff) | |
Fixes formatting in Cargo.toml
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/Cargo.toml | 4 |
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", |
