[package] name = "mpsc_requests" description = "mpsc channels but with a response" version = "0.3.4" license = "MPL-2.0" authors = [ "Johan Bjäreholt ", "Erik Bjäreholt " ] readme = "README.md" repository = "https://github.com/activitywatch/mpsc_requests" edition = "2018" [dependencies] crossbeam-channel = "0.5"