Added package asyncrabbitmq (#2399)

Co-authored-by: Vladimir Berezenko <qmaster@MacBook-Pro-Vladimir.local>
This commit is contained in:
Vladimir Berezenko 2022-11-02 04:37:13 +03:00 committed by GitHub
parent b3fe74d035
commit b921f0eae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27790,5 +27790,19 @@
"description": "string interpolation, complement of std/strformat for runtime strings",
"license": "MIT",
"web": "https://github.com/guibar64/formatstr"
},
{
"name": "asyncrabbitmq",
"url": "https://github.com/Q-Master/rabbitmq.nim",
"method": "git",
"tags": [
"rabbitmq,",
"amqp,",
"async,",
"library"
],
"description": "Pure Nim asyncronous driver for RabbitMQ",
"license": "MIT",
"web": "https://github.com/Q-Master/rabbitmq.nim"
}
]