From b3014c0175590c8a2b0975c0169e0623ebcf3e13 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 17 Apr 2024 23:45:08 +0200 Subject: [PATCH] fix(web): somehow doesnt work only in trunk build? welcome back prod! --- web/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Cargo.toml b/web/Cargo.toml index bb7c0591..6c23db76 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -13,6 +13,7 @@ repository = "https://git.alemi.dev/upub.git" [dependencies] log = "0.4" +tracing = "0.1" console_log = "1.0" console_error_panic_hook = "0.1" thiserror = "1"