mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
clean up code and remove dependencies
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -994,7 +994,6 @@ dependencies = [
|
||||
name = "ics-proxy"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"actix-http",
|
||||
"actix-web",
|
||||
"reqwest",
|
||||
"tera",
|
||||
|
||||
@@ -7,6 +7,5 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "3"
|
||||
actix-http = "2"
|
||||
reqwest = { version = "0.11", features = ["blocking"] }
|
||||
tera = "1.12.1"
|
||||
@@ -1,9 +1,5 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
use actix_http::{body::Body, Response};
|
||||
use actix_web::dev::ServiceResponse;
|
||||
use actix_web::http::StatusCode;
|
||||
use actix_web::middleware::errhandlers::{ErrorHandlerResponse, ErrorHandlers};
|
||||
use actix_web::{error, web, App, Error, HttpRequest, HttpResponse, HttpServer, Responder, Result};
|
||||
use tera::Tera;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user