Getting there

This commit is contained in:
Marko Korhonen 2020-03-30 14:41:46 +03:00
parent 2c94fe0cab
commit d2dd00c8d4
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
14 changed files with 354 additions and 15 deletions

View file

@ -10,3 +10,8 @@ edition = "2018"
actix-web = "2.0.0"
actix-rt = "1.0.0"
serde = "1.0.104"
diesel = { version = "1.4.3", features = ["mysql","r2d2"] }
dotenv = "0.15.0"
bcrypt = "0.6.2"
env_logger = "0.7.1"
r2d2 = "0.8.8"