Format author and committer time like git

This commit is contained in:
Joscha 2023-08-05 23:47:21 +02:00
parent 128384bcf7
commit b83d908d4b
4 changed files with 12 additions and 3 deletions

View file

@ -16,6 +16,7 @@ mime_guess = "2.0.4"
rust-embed = "6.8.1"
serde = { version = "1.0.181", features = ["derive"] }
sqlx = { version = "0.7.1", features = ["runtime-tokio", "sqlite"] }
time = { version = "0.3.25", features = ["formatting", "macros"] }
tokio = { version = "1.29.1", features = ["full"] }
toml = "0.7.6"
tracing = "0.1.37"