diff options
Diffstat (limited to 'schist_backend')
| -rw-r--r-- | schist_backend/Cargo.toml | 6 |
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 } |
