adds server to serve the static files, fixes db tables

This commit is contained in:
2019-06-18 15:44:49 +02:00
parent ef9124cc74
commit 9b3df58a08
9 changed files with 44 additions and 19 deletions

View File

@@ -4,6 +4,11 @@ version = "0.1.0"
authors = ["Artus <artus@landoftheunicorn.ovh>"]
edition = "2018"
[dependencies]
actix-web = "0.7"
lootalot-db = { version = "0.1", path = "./lootalot_db" }
dotenv = "*"
[workspace]
members = [
"lootalot_db"