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