new module

This commit is contained in:
LinlyBoi
2023-05-18 07:54:02 +03:00
parent 5e7bb5da96
commit 698e9fcc11

View File

@@ -1,4 +1,5 @@
use actix_web::{get, post, web, App, HttpResponse, HttpServer, Responder};
mod calc;
use serde::Deserialize;
#[derive(Deserialize)]