Getting there
This commit is contained in:
parent
2c94fe0cab
commit
d2dd00c8d4
14 changed files with 354 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue