From acc32ccc1650b99e03c390a87e71b0a85b073162 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 6 Sep 2022 19:58:35 +0200 Subject: Create a 3d model object --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 40df836..13dee30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.20", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["trace", "compression-br", "propagate-header", "sensitive-headers"] } -sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres" ] } +sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "chrono" ] } sha256 = "1.0.3" validator = { version = "0.16.0", features = ["derive"] } -chrono = "0.4" +chrono = { version = "0.4", features = ["serde"] } -- cgit v1.2.3-71-g8e6c