add web target

This commit is contained in:
Frank Denzer 2023-07-16 19:45:48 +02:00
parent 9496d107f9
commit bf627f6003
2 changed files with 5 additions and 1 deletions

View file

@ -7,4 +7,8 @@ edition = "2021"
[dependencies] [dependencies]
actix-web ="4" actix-web ="4"
utoipa = { version = "3", features = ["actix_extras"] } utoipa = { version = "3", features = ["actix_extras"] }
[[bin]]
name = "webserver"
path = "web.rs"