summaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock32
1 files changed, 16 insertions, 16 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index ea2b78a..1acaf33 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -37,6 +37,22 @@ dependencies = [
]
[[package]]
+name = "actualbudget_to_schist_transformer"
+version = "0.1.0"
+dependencies = [
+ "actualbudget_fakes",
+ "actualbudget_models",
+ "actualbudget_queries",
+ "anyhow",
+ "diesel",
+ "itertools",
+ "libsqlite3-sys",
+ "schist_models",
+ "schist_queries",
+ "schist_traits",
+]
+
+[[package]]
name = "addr2line"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1330,22 +1346,6 @@ dependencies = [
]
[[package]]
-name = "schist_actualbudget_importer"
-version = "0.1.0"
-dependencies = [
- "actualbudget_fakes",
- "actualbudget_models",
- "actualbudget_queries",
- "anyhow",
- "diesel",
- "itertools",
- "libsqlite3-sys",
- "schist_models",
- "schist_queries",
- "schist_traits",
-]
-
-[[package]]
name = "schist_backend"
version = "0.1.0"
dependencies = [