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

15
app/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "self-app"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
self-components = { path = "../components" }
yew = { workspace = true, features = ["csr"] }
wasm-bindgen = { workspace = true }
web-sys = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }