Format author and committer time like git
This commit is contained in:
parent
128384bcf7
commit
b83d908d4b
4 changed files with 12 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue