summaryrefslogtreecommitdiff
path: root/webhogg/wasm/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'webhogg/wasm/Cargo.toml')
-rw-r--r--webhogg/wasm/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/webhogg/wasm/Cargo.toml b/webhogg/wasm/Cargo.toml
index f4042c5..71b6a8e 100644
--- a/webhogg/wasm/Cargo.toml
+++ b/webhogg/wasm/Cargo.toml
@@ -18,3 +18,8 @@ lto = true
wasm-bindgen = "0.2"
log = "0.4"
fern = "0.5"
+
+[dependencies.web-sys]
+version = "0.3"
+features = [
+]