adds server to serve the static files, fixes db tables
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user