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