finst version done, no steps tho

This commit is contained in:
Guilleag01
2025-09-21 19:36:46 +02:00
commit 709e19469c
14 changed files with 3141 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "simplex_web"
version = "0.1.0"
edition = "2024"
[dependencies]
web-sys = { version = "0.3.80", features = ["console"] }
yew = { version = "0.21.0", features = ["csr"] }