From 6a1d78f6b308893227ab7f1a7feea7f0c40d2d76 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Sun, 23 Feb 2025 19:17:15 +0100 Subject: [PATCH] simple_nostr_client: use joinstr from workspace --- rust/simple_nostr_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/simple_nostr_client/Cargo.toml b/rust/simple_nostr_client/Cargo.toml index a2e96fc..b96bc97 100644 --- a/rust/simple_nostr_client/Cargo.toml +++ b/rust/simple_nostr_client/Cargo.toml @@ -12,4 +12,4 @@ websocket = {version = "0.27.1", default-features = false, features = ["sync", " [dev-dependencies] nostrd = { git = "https://github.com/pythcoiner/nostrd.git", branch = "master" } env_logger = "0.11.6" -joinstr = { git = "https://github.com/pythcoiner/joinstr.git", branch = "master" } +joinstr = { path = "../joinstr" }