test: startup smoke test

This commit is contained in:
Per Stark
2025-09-29 21:15:34 +02:00
parent c0fcad5952
commit c4c76efe92
3 changed files with 101 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ api-router = { path = "../api-router" }
html-router = { path = "../html-router" }
common = { path = "../common" }
[dev-dependencies]
tower = "0.5"
uuid = { workspace = true }
[[bin]]
name = "server"
path = "src/server.rs"
@@ -34,4 +38,3 @@ path = "src/worker.rs"
[[bin]]
name = "main"
path = "src/main.rs"