initial commit

This commit is contained in:
2025-03-24 19:31:19 +03:00
commit be696df5c4
11 changed files with 5899 additions and 0 deletions

14
frontend/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "peazyweb-frontend"
version = "0.1.0"
edition = "2024"
[dependencies]
gloo = "0.11.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
wasm-bindgen = "0.2.100"
wasm-bindgen-futures = "0.4.50"
web-sys = { version = "0.3.77", features = ["console"] }
yew = { version = "0.21.0", features = ["csr"] }
yew-router = "0.18.0"