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:
Martin Berg Alstad 2024-12-22 16:24:23 +01:00 committed by Martin Berg Alstad
parent 7e2df67fee
commit 61da72936e
Signed by untrusted user who does not match committer: martials
GPG Key ID: C4EA170D0B21376A

View File

@ -9,7 +9,7 @@ homepage.workspace = true
[dependencies] [dependencies]
diesel = { workspace = true } diesel = { workspace = true }
diesel-async = { 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"] } derive_more = { workspace = true, features = ["constructor", "from"] }
thiserror = { workspace = true } thiserror = { workspace = true }