Add a rusttls feature

This commit is contained in:
Nikolai Rodionov
2023-02-12 14:06:31 +01:00
parent 5471d3126b
commit 86f00a4c9c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
use clap::Parser;
use handlebars::Handlebars;
use http::{StatusCode};
use http::StatusCode;
use log::{error, info};
use serde::{Deserialize, Serialize};