haesli/amqp_messaging/Cargo.toml
2022-02-26 21:55:17 +01:00

13 lines
No EOL
329 B
TOML

[package]
name = "amqp_messaging"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
amqp_core = { path = "../amqp_core" }
parking_lot = "0.12.0"
tracing = "0.1.31"
tokio = { version = "1.17.0", features = ["full"] }
uuid = "0.8.2"