summaryrefslogtreecommitdiff
path: root/backend/actualbudget_importer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/actualbudget_importer/Cargo.toml')
-rw-r--r--backend/actualbudget_importer/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/backend/actualbudget_importer/Cargo.toml b/backend/actualbudget_importer/Cargo.toml
new file mode 100644
index 0000000..69d297f
--- /dev/null
+++ b/backend/actualbudget_importer/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "actualbudget_importer"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+anyhow = { workspace = true }
+budgeting_app_core = { path = "../core" }
+chrono = { workspace = true, features = ["serde"] }
+diesel = { workspace = true, features = ["sqlite"] }
+libsqlite3-sys = { workspace = true, features = ["bundled"] }