Initial template commit

This commit is contained in:
2025-03-07 17:16:08 +02:00
commit 11f391964b
68 changed files with 1632 additions and 0 deletions

21
frontend/Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[package]
name = "template-frontend"
version.workspace = true
authors.workspace = true
categories.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
resolver = "2"
description.workspace = true
[dependencies]
console_error_panic_hook.workspace = true
gloo.workspace = true
leptos.workspace = true
phosphor-leptos.workspace = true
tailwind-css.workspace = true
wasm-bindgen.workspace = true
web-sys.workspace = true