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 }