summaryrefslogtreecommitdiff
path: root/schist_backend
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 13:22:53 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-07-28 13:30:27 +0100
commit2361adeb0ca77904138e3466d51c2f44cf6df613 (patch)
treef6e7192908f99fab62061913d8a1e9d2b918414b /schist_backend
parentc7ed1e61ce2218be0b9e60577454124c4e43a366 (diff)
Tidier folders
Diffstat (limited to 'schist_backend')
-rw-r--r--schist_backend/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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 }