Move database into the main app
I was having issues including the lib as a crate, its fine just being a module for now.
This commit is contained in:
@@ -13,3 +13,6 @@ futures = "0.3.5"
|
||||
jsonwebtoken = "7.2.0"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
diesel = { version = "1.4.4", features = ["sqlite"] }
|
||||
dotenv = "0.15"
|
||||
bcrypt = "0.8.1"
|
||||
|
||||
Reference in New Issue
Block a user