zeromq / zmq.rs

A native implementation of ØMQ in Rust
https://crates.io/crates/zeromq
MIT License
1.13k stars 94 forks source link

Getting an error when I add ZeroMQ to my Cargo.toml file. #182

Open Nucl3arSn3k opened 1 year ago

Nucl3arSn3k commented 1 year ago

I'm on windows,which I suspect is part of this issue. As soon as I add zeromq to my Cargo.toml file,I get this error.

unresolved importstokio::net::UnixListener,tokio::net::UnixStream noUnixListenerinnet``

How can I resolve this error?

mmastrac commented 10 months ago

Hey @Nucl3arSn3k -- would you be able to post the relevant lines from your Cargo.toml here?