diff --git a/Cargo.toml b/Cargo.toml index a2af26e..89f7948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,10 @@ edition = "2024" name = "frontend" path = "src/frontend.rs" +[[bin]] +name = "test_render" +path = "src/test-render.rs" + [dependencies] git2 = { version = "0.20.2", default-features = false } serde = { version = "1.0.219", default-features = false, features = ["derive"] } diff --git a/assets/templates/repo/base.html b/assets/templates/repo/base.html index 8463e84..54797e7 100644 --- a/assets/templates/repo/base.html +++ b/assets/templates/repo/base.html @@ -28,7 +28,7 @@ - +