diff options
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 63c4de0..f6fa829 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -7,10 +7,10 @@ name = "actualbudget_importer" version = "0.1.0" dependencies = [ "anyhow", - "budgeting_app_core", "chrono", "diesel", "libsqlite3-sys", + "schist_core", ] [[package]] @@ -152,34 +152,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] -name = "budgeting_app_backend" -version = "0.1.0" -dependencies = [ - "budgeting_app_core", - "cfg-if", - "chrono", - "diesel", - "diesel_migrations", - "dotenvy", - "rocket", - "rocket_sync_db_pools", - "rusqlite", -] - -[[package]] -name = "budgeting_app_core" -version = "0.1.0" -dependencies = [ - "anyhow", - "chrono", - "derive_builder", - "diesel", - "diesel_migrations", - "libsqlite3-sys", - "serde", -] - -[[package]] name = "bumpalo" version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1385,6 +1357,34 @@ dependencies = [ ] [[package]] +name = "schist_backend" +version = "0.1.0" +dependencies = [ + "cfg-if", + "chrono", + "diesel", + "diesel_migrations", + "dotenvy", + "rocket", + "rocket_sync_db_pools", + "rusqlite", + "schist_core", +] + +[[package]] +name = "schist_core" +version = "0.1.0" +dependencies = [ + "anyhow", + "chrono", + "derive_builder", + "diesel", + "diesel_migrations", + "libsqlite3-sys", + "serde", +] + +[[package]] name = "scoped-tls" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
