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