From 7adaace61a4fe983eba5ded3aaaf624ce6fb9014 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 16 Oct 2024 18:22:55 +0100 Subject: Refactors some backend stuff to core lib --- backend/app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/app/Cargo.toml') diff --git a/backend/app/Cargo.toml b/backend/app/Cargo.toml index af1c8ef..69e1ed1 100644 --- a/backend/app/Cargo.toml +++ b/backend/app/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +budgeting_app_core = { path = "../core" } chrono = { version = "0.4.38", features = ["serde"] } cfg-if = "1.0.0" diesel = { version = "2.2.0", features = ["sqlite"] } @@ -12,4 +13,3 @@ 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" -- cgit v1.2.3