forked from the-distro/ofborg
add lapin dependencies
An async amqp library, but more importantly unlike the current amqp library it implements heartbeats.
This commit is contained in:
parent
5a75be23ca
commit
a3618c84b6
1027
Cargo.lock
generated
1027
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -28,3 +28,6 @@ nom = "4.0.0-beta3"
|
||||||
sys-info = "0.5.6"
|
sys-info = "0.5.6"
|
||||||
chrono = "0.4.6"
|
chrono = "0.4.6"
|
||||||
separator = "0.4.1"
|
separator = "0.4.1"
|
||||||
|
|
||||||
|
async-std = "1.5.0"
|
||||||
|
lapin = "1.0.0-beta3"
|
||||||
|
|
Loading…
Reference in a new issue