mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
15 lines
352 B
TOML
15 lines
352 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"
|
|
thiserror = "1.0.30"
|
|
tokio = { version = "1.16.1", features = ["full"] }
|
|
tracing = "0.1.30"
|
|
tracing-subscriber = "0.3.8"
|
|
uuid = "0.8.2"
|