summaryrefslogtreecommitdiff
path: root/server/registry/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-21 12:48:36 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-21 12:48:36 +0200
commit41c95fc5b6b1c8bc4b944d889414a4197a23837b (patch)
tree86519d51df113263e0c1e6d92b96b35c72cf37d9 /server/registry/Cargo.toml
parent526bde82158fc58f59a8147566ef0ef01845ac49 (diff)
downloadhurrycurry-41c95fc5b6b1c8bc4b944d889414a4197a23837b.tar
hurrycurry-41c95fc5b6b1c8bc4b944d889414a4197a23837b.tar.bz2
hurrycurry-41c95fc5b6b1c8bc4b944d889414a4197a23837b.tar.zst
reg: connection test
Diffstat (limited to 'server/registry/Cargo.toml')
-rw-r--r--server/registry/Cargo.toml1
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" }