From 841a691ec17380bc8b59e73bd40b63a01413435c Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 24 Jun 2023 12:41:51 -0700 Subject: make webserver configurable (instead of hardcoded configs lol) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5a35267..6ea03b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "0BSD" edition = "2021" [dependencies] -# warp = { version = "*", features = ["tls"] } +lazy_static = "*" axum = { version = "*" } axum-server = { version = "*", features = ["tls-rustls"] } handlebars = "*" -- cgit v1.1