From 61da72936e2027a2a3f0b2982c8fa530f8b89c82 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sun, 22 Dec 2024 16:24:23 +0100 Subject: [PATCH] Changed path to name of git repository, to work when cloning Signed-off-by: Martin Berg Alstad <600878@stud.hvl.no> --- crates/tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tests/Cargo.toml b/crates/tests/Cargo.toml index eb3451d..04f8f3d 100644 --- a/crates/tests/Cargo.toml +++ b/crates/tests/Cargo.toml @@ -9,7 +9,7 @@ homepage.workspace = true [dependencies] diesel = { workspace = true } diesel-async = { workspace = true } -lib = { path = "../../../lib", features = ["diesel", "derive"] } +lib = { path = "../../../rust-lib", features = ["diesel", "derive"] } derive_more = { workspace = true, features = ["constructor", "from"] } thiserror = { workspace = true }