Changed path to name of git repository, to work when cloning

Signed-off-by: Martin Berg Alstad <600878@stud.hvl.no>
This commit is contained in:
2024-12-22 16:24:23 +01:00
committed by Martin Berg Alstad
parent 7e2df67fee
commit 61da72936e

View File

@ -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 }