Login works now

This commit is contained in:
Marko Korhonen 2020-04-28 19:01:29 +03:00
parent 75b3aa7249
commit 43a9beaef8
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
4 changed files with 122 additions and 49 deletions

View file

@ -11,6 +11,9 @@ 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"
web_logger = "0.2.0"
serde_json = "1.0.52"
anyhow = "1.0.28"
[[bin]]
name = "app"