From 10f071447594f2bdcec84a461df9ad648f71f44b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 17 Nov 2024 09:29:32 +0000 Subject: Renames app to 'schist' --- rust/actualbudget_importer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/actualbudget_importer/Cargo.toml') diff --git a/rust/actualbudget_importer/Cargo.toml b/rust/actualbudget_importer/Cargo.toml index 69d297f..03d0292 100644 --- a/rust/actualbudget_importer/Cargo.toml +++ b/rust/actualbudget_importer/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = { workspace = true } -budgeting_app_core = { path = "../core" } +schist_core = { path = "../schist_core" } chrono = { workspace = true, features = ["serde"] } diesel = { workspace = true, features = ["sqlite"] } libsqlite3-sys = { workspace = true, features = ["bundled"] } -- cgit v1.2.3