diff --git a/Cargo.lock b/Cargo.lock
index abfdcaa..c81bb7c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -706,6 +706,7 @@ dependencies = [
"tailwind_fuse",
"uuid",
"wasm-bindgen",
+ "wasm-bindgen-futures",
"web-sys",
]
diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml
index ecd9fa2..2ab998d 100644
--- a/frontend/Cargo.toml
+++ b/frontend/Cargo.toml
@@ -18,6 +18,7 @@ serde_json = "1"
gloo-net = "0.5"
gloo-timers = { version = "0.3", features = ["futures"] }
wasm-bindgen = "0.2"
+wasm-bindgen-futures = "0.4"
uuid = { version = "1", features = ["v4", "js"] }
futures = "0.3"
chrono = { version = "0.4", features = ["serde"] }
@@ -37,7 +38,10 @@ web-sys = { version = "0.3", features = [
"TouchEvent",
"TouchList",
"Touch",
- "Navigator"
+ "Navigator",
+ "Notification",
+ "NotificationOptions",
+ "NotificationPermission"
] }
shared = { path = "../shared" }
tailwind_fuse = "0.3.2"
diff --git a/frontend/index.html b/frontend/index.html
index 5b8abc0..bb628df 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -20,6 +20,8 @@
+
+
- -->