mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
update deps
This commit is contained in:
@ -6,9 +6,9 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-alpha.1"
|
||||
env_logger = "0.6"
|
||||
askama = "0.6"
|
||||
actix-web = { git="https://github.com/actix/actix-web.git" }
|
||||
|
||||
[build-dependencies]
|
||||
askama = "0.6"
|
||||
|
@ -1,6 +1,3 @@
|
||||
#[macro_use]
|
||||
extern crate askama;
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
use actix_web::{web, App, HttpResponse, HttpServer, Result};
|
||||
|
Reference in New Issue
Block a user