diff --git a/Cargo.toml b/Cargo.toml index 5ecd690..d14a219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }