Hello web
This commit is contained in:
commit
edfc102710
5 changed files with 1315 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue