diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-17 09:29:32 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-17 09:30:04 +0000 |
| commit | 10f071447594f2bdcec84a461df9ad648f71f44b (patch) | |
| tree | 645924a4948f39a4d9e2ec270d79fc6c2a3a937a /rust/actualbudget_importer/Cargo.lock | |
| parent | 1ae19eb3315c40e3f9062592c27fa76c11cf626c (diff) | |
Renames app to 'schist'
Diffstat (limited to 'rust/actualbudget_importer/Cargo.lock')
| -rw-r--r-- | rust/actualbudget_importer/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/actualbudget_importer/Cargo.lock b/rust/actualbudget_importer/Cargo.lock index edaab83..b2da38b 100644 --- a/rust/actualbudget_importer/Cargo.lock +++ b/rust/actualbudget_importer/Cargo.lock @@ -7,7 +7,7 @@ name = "actualbudget" version = "0.1.0" dependencies = [ "anyhow", - "budgeting_app_core", + "schist_core", "chrono", "diesel", "libsqlite3-sys", @@ -41,7 +41,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] -name = "budgeting_app_core" +name = "schist_core" version = "0.1.0" dependencies = [ "anyhow", |
