summaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index ce690fa..55a9545 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -3,19 +3,6 @@
version = 3
[[package]]
-name = "actualbudget_importer"
-version = "0.1.0"
-dependencies = [
- "actualbudget_models",
- "actualbudget_queries",
- "anyhow",
- "diesel",
- "libsqlite3-sys",
- "schist_models",
- "schist_queries",
-]
-
-[[package]]
name = "actualbudget_models"
version = "0.1.0"
dependencies = [
@@ -1325,6 +1312,19 @@ dependencies = [
]
[[package]]
+name = "schist_actualbudget_importer"
+version = "0.1.0"
+dependencies = [
+ "actualbudget_models",
+ "actualbudget_queries",
+ "anyhow",
+ "diesel",
+ "libsqlite3-sys",
+ "schist_models",
+ "schist_queries",
+]
+
+[[package]]
name = "schist_backend"
version = "0.1.0"
dependencies = [