add lapin dependencies

An async amqp library, but more importantly unlike the current amqp
library it implements heartbeats.
This commit is contained in:
Daiderd Jordan 2020-04-28 22:09:45 +02:00
parent 5a75be23ca
commit a3618c84b6
No known key found for this signature in database
GPG key ID: D02435D05B810C96
2 changed files with 928 additions and 102 deletions

1027
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -28,3 +28,6 @@ nom = "4.0.0-beta3"
sys-info = "0.5.6"
chrono = "0.4.6"
separator = "0.4.1"
async-std = "1.5.0"
lapin = "1.0.0-beta3"