haesli/amqp_transport/Cargo.toml
2022-02-09 11:25:16 +01:00

14 lines
331 B
TOML

[package]
name = "amqp_transport"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.53"
rand = "0.8.4"
tokio = { version = "1.16.1", features = ["full"] }
tracing = "0.1.30"
tracing-subscriber = "0.3.8"
uuid = "0.8.2"