added support to chrono, serde and tera
parent
a34d14ec6b
commit
7f8d700a64
|
@ -6,9 +6,12 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
rocket = "0.4.2"
|
||||
diesel = { version = "1.0.0", features = ["postgres", "sqlite"] }
|
||||
diesel = { version = "1.0.0", features = ["postgres", "sqlite", "chrono"] }
|
||||
dotenv = "0.9.0"
|
||||
rand = "0.6.0"
|
||||
chrono = { version = "0.4.9", features = ["serde"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tera = "0.11"
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
version = "0.4.2"
|
||||
|
|
Loading…
Reference in New Issue