mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 11:45:02 +01:00
16 lines
400 B
TOML
16 lines
400 B
TOML
[workspace]
|
|
members = ["./amqp_transport", "./amqp_codegen"]
|
|
|
|
[package]
|
|
name = "amqp"
|
|
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"
|
|
amqp_transport = { path = "./amqp_transport" }
|
|
tokio = { version = "1.16.1", features = ["full"] }
|
|
tracing = "0.1.30"
|
|
tracing-subscriber = "0.3.8"
|