summaryrefslogtreecommitdiff
path: root/rust/actualbudget_importer/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-17 12:16:19 +0000
committerJoe Carstairs <me@joeac.net>2024-11-17 12:20:48 +0000
commit99fa72e2b9d572e00cd232bd55a3fa24722c3134 (patch)
tree6b50ce600fffa07a0c21b7f14d2447fe5ac3c2ed /rust/actualbudget_importer/Cargo.toml
parent10f071447594f2bdcec84a461df9ad648f71f44b (diff)
Refactors workspace
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"] }