summaryrefslogtreecommitdiff
path: root/backend/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/Cargo.toml
parent76974785294089965efc3f55b2a08d4089029c52 (diff)
All backend stuff lives in backend folder
Diffstat (limited to 'backend/Cargo.toml')
-rw-r--r--backend/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/backend/Cargo.toml b/backend/Cargo.toml
deleted file mode 100644
index af1c8ef..0000000
--- a/backend/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[package]
-name = "budgeting_app_backend"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-chrono = { version = "0.4.38", features = ["serde"] }
-cfg-if = "1.0.0"
-diesel = { version = "2.2.0", features = ["sqlite"] }
-diesel_migrations = "2.2.0"
-dotenvy = "0.15.7"
-rocket = { version = "0.5.1", features = ["json"] }
-rocket_sync_db_pools = { version = "0.1.0", features = ["diesel_sqlite_pool"] }
-rusqlite = { version = "0.32.1", features = ["bundled"] }
-serde = "1.0.209"