Skip to content

Commit

Permalink
simple_nostr_client: use joinstr from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pythcoiner committed Feb 23, 2025
1 parent 19e2912 commit 6a1d78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/simple_nostr_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 6a1d78f

Please sign in to comment.