mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 19:55:03 +01:00
11 lines
No EOL
291 B
TOML
11 lines
No EOL
291 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" }
|
|
tracing = "0.1.31"
|
|
tokio = { version = "1.17.0", features = ["full"] } |