now with 100% more rust

This commit is contained in:
2024-12-04 12:38:46 +00:00
parent 787b512413
commit 101b3ca131
19 changed files with 1565 additions and 216 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "site"
version = "0.1.0"
edition = "2021"
[dependencies]
fastrand = { version = "2.2.0", features = ["js"] }
gloo = { version = "0.11.0", features = ["timers"] }
web-sys = { version = "0.3.74", features = ["Window"] }
yew = { version = "0.21.0", features = ["csr"] }