Add frondend project

This commit is contained in:
2026-03-30 20:52:35 -04:00
parent 0483588af5
commit a21c8f5b70
8 changed files with 1851 additions and 0 deletions

7
frontend/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "frontend"
version = "0.1.0"
edition = "2024"
[dependencies]
yew = { version = "0.23", features = ["csr"] }