diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-08-13 17:42:42 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-08-13 17:43:23 +0100 |
| commit | 6495038aba28c332050768cecf062418a25d5a96 (patch) | |
| tree | 97debc923ef76051ad669a432b128265a3975173 /schist_backend/Cargo.toml | |
| parent | ee3cd780e21260257b401c3f5cbababd9e27a15a (diff) | |
remove schist_backend
Diffstat (limited to 'schist_backend/Cargo.toml')
| -rw-r--r-- | schist_backend/Cargo.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/schist_backend/Cargo.toml b/schist_backend/Cargo.toml deleted file mode 100644 index 6bbd260..0000000 --- a/schist_backend/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[package] -name = "schist_backend" -version = "0.1.0" -edition = "2021" - -[dependencies] -cfg-if = { workspace = true } -chrono = { workspace = true, features = ["serde"] } -diesel = { workspace = true, features = ["sqlite"] } -diesel_migrations = { workspace = true } -libsqlite3-sys = { workspace = true, features = ["bundled"] } -rocket = { workspace = true, features = ["json"] } -rocket_sync_db_pools = { workspace = true, features = ["diesel_sqlite_pool"] } -schist_models = { workspace = true } -schist_queries = { workspace = true } -schist_schema = { workspace = true } |
