actix-web 4 is out of beta
This commit is contained in:
parent
738d214656
commit
b08123ef53
3 changed files with 13 additions and 33 deletions
|
@ -1,8 +1,4 @@
|
|||
use actix_web::{
|
||||
get,
|
||||
web::{self, HttpResponse},
|
||||
App, HttpServer, Responder,
|
||||
};
|
||||
use actix_web::{get, web, App, HttpResponse, HttpServer, Responder};
|
||||
use lazy_static::lazy_static;
|
||||
use scraper::{Html, Selector};
|
||||
use time::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue