fix?
This commit is contained in:
parent
a469f91af5
commit
4cf78bf1db
|
@ -9,6 +9,7 @@ build = "src/build.rs"
|
|||
|
||||
[dependencies]
|
||||
mime = "0.3.0"
|
||||
ructe = { version = "0.11", features = ["warp02"] }
|
||||
warp = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use warp::{http::Response, Rejection, Reply};
|
||||
use crate::templates::{RenderRucte};
|
||||
use crate::templates::{Html, RenderRucte};
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/templates.rs"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue