diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-25 08:21:29 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-25 13:05:10 +0000 |
| commit | 5bd223ee9c6853502d509627678f696c6ea5fcdc (patch) | |
| tree | 0bb22e02e4c4dd359bbadef597d207556698d9e2 /rust/Cargo.lock | |
| parent | 06770a965f75416c22ef7115004a250388cebcbf (diff) | |
Rename AB transformer
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ea2b78a..1acaf33 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -37,6 +37,22 @@ dependencies = [ ] [[package]] +name = "actualbudget_to_schist_transformer" +version = "0.1.0" +dependencies = [ + "actualbudget_fakes", + "actualbudget_models", + "actualbudget_queries", + "anyhow", + "diesel", + "itertools", + "libsqlite3-sys", + "schist_models", + "schist_queries", + "schist_traits", +] + +[[package]] name = "addr2line" version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1330,22 +1346,6 @@ dependencies = [ ] [[package]] -name = "schist_actualbudget_importer" -version = "0.1.0" -dependencies = [ - "actualbudget_fakes", - "actualbudget_models", - "actualbudget_queries", - "anyhow", - "diesel", - "itertools", - "libsqlite3-sys", - "schist_models", - "schist_queries", - "schist_traits", -] - -[[package]] name = "schist_backend" version = "0.1.0" dependencies = [ |
