mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
add amqp_messaging
This commit is contained in:
parent
45196c722c
commit
3b656b911a
8 changed files with 51 additions and 12 deletions
10
amqp_messaging/Cargo.toml
Normal file
10
amqp_messaging/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue