From d3bdc6dbb34b32c7fe3de978c8d1523bdebb566d Mon Sep 17 00:00:00 2001 From: michael-bailey Date: Thu, 15 Sep 2022 17:44:43 +0100 Subject: [PATCH] fixed client cargo toml --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index c36c13a..eb6e946 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,5 +18,5 @@ futures = "0.3.16" async-trait = "0.1.52" -server = {path = '../server'} +serverlib = {path = '../server'} foundation = {path = '../foundation'}