mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
setup project
This commit is contained in:
parent
556e1252f2
commit
b2e6e96698
6 changed files with 424 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
[workspace]
|
||||
members = ["./amqp_transport"]
|
||||
|
||||
[package]
|
||||
name = "amqp"
|
||||
version = "0.1.0"
|
||||
|
|
@ -6,3 +9,8 @@ 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue