summaryrefslogtreecommitdiff
path: root/importers/actualbudget/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'importers/actualbudget/Cargo.toml')
-rw-r--r--importers/actualbudget/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/importers/actualbudget/Cargo.toml b/importers/actualbudget/Cargo.toml
deleted file mode 100644
index 7cc3e1b..0000000
--- a/importers/actualbudget/Cargo.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[package]
-name = "actualbudget"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-sqlite = "0.36.1"
-chrono = { version = "0.4.38", features = ["serde"] }