Hello web

This commit is contained in:
finga 2024-04-30 21:59:40 +02:00
commit edfc102710
5 changed files with 1315 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "srug_website"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
time = { version = "0.3.36", features = ["macros"] }
yew = { version = "0.21.0", features = ["csr"] }