first commit

This commit is contained in:
Timur Gordon
2025-09-24 05:11:15 +02:00
commit be061409af
19 changed files with 6052 additions and 0 deletions

24
Cargo.toml Normal file
View File

@@ -0,0 +1,24 @@
[workspace]
resolver = "2"
members = [
"components",
"app",
"server"
]
[workspace.dependencies]
yew = "0.21"
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = "0.3"
js-sys = "0.3"
gloo = "0.11"
gloo-timers = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
getrandom = { version = "0.2", features = ["js"] }
sha2 = "0.10"
aes-gcm = "0.10"
base64 = "0.22"
hex = "0.4"
rand = "0.8"