diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-17 09:23:28 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-17 09:23:28 +0000 |
| commit | 1ae19eb3315c40e3f9062592c27fa76c11cf626c (patch) | |
| tree | 09d9ce380795971f4b50e1d4b0ca3c57c9e1db1a /backend/actualbudget_importer/Cargo.toml | |
| parent | 1a494937021561595d0fb29e26fb707aef9e55de (diff) | |
Renames workspace folder
Diffstat (limited to 'backend/actualbudget_importer/Cargo.toml')
| -rw-r--r-- | backend/actualbudget_importer/Cargo.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/backend/actualbudget_importer/Cargo.toml b/backend/actualbudget_importer/Cargo.toml deleted file mode 100644 index 69d297f..0000000 --- a/backend/actualbudget_importer/Cargo.toml +++ /dev/null @@ -1,11 +0,0 @@ -[package] -name = "actualbudget_importer" -version = "0.1.0" -edition = "2021" - -[dependencies] -anyhow = { workspace = true } -budgeting_app_core = { path = "../core" } -chrono = { workspace = true, features = ["serde"] } -diesel = { workspace = true, features = ["sqlite"] } -libsqlite3-sys = { workspace = true, features = ["bundled"] } |
