every.channel: sanitized baseline

This commit is contained in:
every.channel 2026-02-15 16:17:27 -05:00
commit 897e556bea
No known key found for this signature in database
258 changed files with 74298 additions and 0 deletions

14
apps/web/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "ec-web"
version = "0.0.0"
edition = "2021"
[dependencies]
dioxus = { version = "0.6", features = ["web"] }
js-sys = "0.3"
serde = { version = "1", features = ["derive"] }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = { version = "0.3", features = ["Window", "Navigator", "Clipboard"] }
[workspace]