diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-08-22 20:25:57 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-08-22 20:26:24 +0000 |
| commit | fc51ff9e22a809e257ae92f12272f1dbcb31f594 (patch) | |
| tree | b1e0fcd8e9ca931f7d89b976eaf2a40388e98f6c /Cargo.toml | |
| parent | 8738cf2c6b1ce9f99e3399f35ba9f49832ffed52 (diff) | |
Add position type and query on it
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ serde = { version = "1.0.208", features = ["derive"] } tokio-postgres = "0.7.11" jsonwebtoken = "9.3.0" once_cell = "1.19.0" -chrono = "0.4.38" +chrono = { version = "0.4.38", features = ["serde"] } sha256 = "1.5.0" axum-extra = { version = "0.9.3", features = ["typed-header"] } |
