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"