Starting out frontend

This commit is contained in:
Marko Korhonen 2020-04-17 18:08:18 +03:00
parent 5b8d64ba8f
commit 64c76b9341
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
4 changed files with 15 additions and 3 deletions

View file

@ -10,6 +10,7 @@ edition = "2018"
stdweb = "0.4.20"
yew = { version = "0.14.3", features = ["std_web"] }
yew-router = { version = "0.11.0", features = ["std_web"] }
log = "0.4.8"
[[bin]]
name = "app"