diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-09-06 17:58:35 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-06 17:58:35 +0000 |
| commit | acc32ccc1650b99e03c390a87e71b0a85b073162 (patch) | |
| tree | 0de545ee0eb8eba5961c57c0a73ff7031e97613d /Cargo.toml | |
| parent | e6dbcbb42e7a4a973887acde633cc3ee233aad3e (diff) | |
Create a 3d model object
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] } |
