diff options
Diffstat (limited to 'server/registry/Cargo.toml')
-rw-r--r-- | server/registry/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml index 2db74981..8acd3c4c 100644 --- a/server/registry/Cargo.toml +++ b/server/registry/Cargo.toml @@ -14,3 +14,4 @@ markup = "0.15.0" serde = { version = "1.0.210", features = ["derive"] } hurrycurry-protocol = { path = "../protocol" } +hurrycurry-client-lib = { path = "../client-lib" } |