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

@ -301,6 +301,7 @@ dependencies = [
name = "thesis-frontend"
version = "0.1.0"
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
"yew 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)",
"yew-router 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",