Basic steam login and demo upload

This commit is contained in:
Lol3rrr
2024-09-07 02:57:04 +02:00
parent 7c87bd6bcd
commit 324eaf7d3d
11 changed files with 3070 additions and 1 deletions

8
frontend/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "frontend"
version = "0.1.0"
edition = "2021"
[dependencies]
leptos = { version = "0.6", features = ["csr", "nightly"] }
reqwasm = "0.5.0"