This commit is contained in:
nora 2022-03-06 14:33:01 +01:00
parent 5befe288e5
commit d7b574cef4
6 changed files with 23 additions and 57 deletions

View file

@ -10,4 +10,6 @@ amqp_core = { path = "../amqp_core" }
axum = "0.4.5"
serde = { version = "1.0.136", features = ["derive"] }
tokio = { version = "1.17.0", features = ["full"] }
tower = "0.4.12"
tower-http = { version = "0.2.3", features = ["cors"] }
tracing = "0.1.31"