diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 990a2ca..677db49 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -7,4 +7,8 @@ edition = "2021" [dependencies] actix-web ="4" -utoipa = { version = "3", features = ["actix_extras"] } \ No newline at end of file +utoipa = { version = "3", features = ["actix_extras"] } + +[[bin]] +name = "webserver" +path = "web.rs" diff --git a/backend/main.rs b/backend/web.rs similarity index 100% rename from backend/main.rs rename to backend/web.rs