Skip to content

Commit 5014110

Browse files
committed
adview-manager/serve - use axum and move code
1 parent d72ea2e commit 5014110

File tree

9 files changed

+428
-372
lines changed

9 files changed

+428
-372
lines changed

Cargo.lock

Lines changed: 105 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adview-manager/serve/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ publish = false
1010

1111
[dependencies]
1212
# Domain
13-
adex_primitives = { path = "../../primitives", package = "primitives", features = ["test-util"] }
13+
adex_primitives = { version = "0.2.0", path = "../../primitives", package = "primitives", features = ["test-util"] }
1414
adview-manager = { path = "../" }
1515
chrono = "0.4"
1616

1717
# Async runtime
1818
tokio = { version = "1", features = ["macros", "time", "rt-multi-thread"] }
1919

2020
# Web Server
21-
warp = { version = "0.3" }
21+
axum = "0.5"
2222

2323
# Template engine
2424
tera = { version = "1" }

0 commit comments

Comments
 (0)