From 2361adeb0ca77904138e3466d51c2f44cf6df613 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 28 Jul 2025 13:22:53 +0100 Subject: Tidier folders --- schist_backend/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'schist_backend/Cargo.toml') diff --git a/schist_backend/Cargo.toml b/schist_backend/Cargo.toml index ac67316..6bbd260 100644 --- a/schist_backend/Cargo.toml +++ b/schist_backend/Cargo.toml @@ -11,6 +11,6 @@ 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 = { path = "../schist_models" } -schist_queries = { path = "../schist_queries" } -schist_schema = { path = "../schist_schema" } +schist_models = { workspace = true } +schist_queries = { workspace = true } +schist_schema = { workspace = true } -- cgit v1.2.3