Hello world working with Actix

This commit is contained in:
Marko Korhonen 2020-03-24 14:24:20 +02:00
parent 141ed69449
commit 2c94fe0cab
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
10 changed files with 1222 additions and 346 deletions

View file

@ -7,4 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yew = "0.11.0"
actix-web = "2.0.0"
actix-rt = "1.0.0"
serde = "1.0.104"