add web target
This commit is contained in:
parent
9496d107f9
commit
bf627f6003
2 changed files with 5 additions and 1 deletions
|
@ -8,3 +8,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
actix-web ="4"
|
||||
utoipa = { version = "3", features = ["actix_extras"] }
|
||||
|
||||
[[bin]]
|
||||
name = "webserver"
|
||||
path = "web.rs"
|
||||
|
|
Loading…
Reference in a new issue