use bytes::Bytes

This commit is contained in:
nora 2022-02-10 01:32:15 +01:00
parent c333f20531
commit 970fdbb9b5
5 changed files with 9 additions and 5 deletions

View file

@ -9,6 +9,7 @@ edition = "2021"
amqp_core = { path = "../amqp_core" }
amqp_messaging = { path = "../amqp_messaging" }
anyhow = "1.0.53"
bytes = "1.1.0"
nom = "7.1.0"
once_cell = "1.9.0"
rand = "0.8.4"