summaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 7b3bef6..ea2b78a 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -731,6 +731,15 @@ dependencies = [
]
[[package]]
+name = "itertools"
+version = "0.13.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
+dependencies = [
+ "either",
+]
+
+[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1324,13 +1333,16 @@ dependencies = [
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]]