Skip to content

Commit

Permalink
fix: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvis339 committed Oct 6, 2024
1 parent ffe008b commit 0e42c21
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ name = "threadsafe_zmq_example"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "server"
path = "src/server.rs"

[[bin]]
name = "client"
path = "src/client.rs"

[[bin]]
name = "server"
path = "src/server.rs"

[dependencies]
threadsafe_zmq = { path = "../src", version = "1.0.0" }
log = "0.4"
env_logger = "0.11.5"
zmq = "0.10.0"
rand = "0.8.5"

threadsafe_zmq = { path = ".." }

0 comments on commit 0e42c21

Please sign in to comment.