diff --git a/Cargo.toml b/Cargo.toml index 351ea99..6d2b71e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ categories = ["debugging", "asynchronous", "profiling", "wasm", "web-programming # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -gloo = "0.8" +gloo = { version = "0.8", default-features = false, features = ["console"] } tracing = "0.1" -tracing-subscriber = "0.3" \ No newline at end of file +tracing-subscriber = "0.3"