From 3331aa284db1ae0ff83b4acfd32fa2002407c363 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Tue, 30 Jun 2020 10:31:57 +0200 Subject: [PATCH] Cargo.toml: update access to database root Signed-off-by: Ralf Zerres --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db85457..a4ab4af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ winapi = { version = "0.3", features = ["winuser"] } #diesel = { version = "1.4", features = [ "msql", "postgres", "sqlite" ] } [dependencies] -advotracker_database = { path = "../database" } +advotracker_database = { path = "../advotracker-db" } clap = { version = "~2.33", features = [ "suggestions", "color" ] } dotenv = { version = "~0.15.0" }