summaryrefslogtreecommitdiff
path: root/backend/importers/actualbudget/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-10-16 12:51:21 +0100
committerJoe Carstairs <me@joeac.net>2024-10-16 12:51:21 +0100
commit27b95c9186bd45edd4c982a7cc89cf69cf2c5d46 (patch)
treebf104ff9d64e601bfec5516eb51ef298f3095e9b /backend/importers/actualbudget/Cargo.toml
parent76974785294089965efc3f55b2a08d4089029c52 (diff)
All backend stuff lives in backend folder
Diffstat (limited to 'backend/importers/actualbudget/Cargo.toml')
-rw-r--r--backend/importers/actualbudget/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/backend/importers/actualbudget/Cargo.toml b/backend/importers/actualbudget/Cargo.toml
new file mode 100644
index 0000000..7cc3e1b
--- /dev/null
+++ b/backend/importers/actualbudget/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "actualbudget"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+sqlite = "0.36.1"
+chrono = { version = "0.4.38", features = ["serde"] }