removed the support for sqlite
parent
87d56d70ea
commit
f45f8d3cc4
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
rocket = "0.4.2"
|
||||
diesel = { version = "1.0.0", features = ["postgres", "sqlite", "chrono"] }
|
||||
diesel = { version = "1.0.0", features = ["postgres", "chrono"] }
|
||||
dotenv = "0.9.0"
|
||||
rand = "0.6.0"
|
||||
chrono = { version = "0.4.9", features = ["serde"] }
|
||||
|
|
Loading…
Reference in New Issue