From 72ce821e633b57da9cba0e868940cdbd1f630f85 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 29 Apr 2021 19:23:07 -0400 Subject: fixed up config and logging --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b625320..57eb34d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] bincode = "1" -env_logger = "0.8" +env_logger = { version = "0.8", default-features = false } handlebars = "3" hyper = { version = "0.14", default-features = false, features = ["server", "client", "http1", "http2"] } hyper-rustls = "0.22" -- cgit v1.2.3