added commit information to repository page

This commit is contained in:
2026-04-22 13:04:53 -06:00
parent e42baf3ca9
commit 8cf63542e7
4 changed files with 195 additions and 177 deletions

View File

@@ -10,7 +10,7 @@ name = "frontend"
name = "test_render"
[dependencies]
gix = "0.78.0"
gix = "0.81.0"
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
#inkjet = "0.11.1"
#markdown = "1.0.0"
@@ -19,3 +19,5 @@ httparse = "1.10.1"
futures = { version = "0.3.32", default-features = false, features = ["std", "thread-pool", "executor"] }
typed-path = "=0.12.3" # pinned to avoid slop
itertools = "0.14.0"
time-format = "1.2.2"
gix-traverse = { version = "0.55.0", features = ["sha1"] }