From e940d84f69e3fd627731d5d3f698d6f838797862 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 20 Feb 2025 22:53:27 +0100 Subject: WIP --- server/hook/Cargo.toml | 1 + server/hook/src/githook.rs | 1 + 2 files changed, 2 insertions(+) (limited to 'server/hook') diff --git a/server/hook/Cargo.toml b/server/hook/Cargo.toml index 2a298b7..29663e4 100644 --- a/server/hook/Cargo.toml +++ b/server/hook/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] eyeballs-common = { path = "../common" } +log.workspace = true rmp-serde.workspace = true serde.workspace = true tokio = { workspace = true, features = ["full"] } diff --git a/server/hook/src/githook.rs b/server/hook/src/githook.rs index a9cb898..3a27e2c 100644 --- a/server/hook/src/githook.rs +++ b/server/hook/src/githook.rs @@ -57,6 +57,7 @@ async fn main() -> Result<(), Box> { None::, None::, None::, + None::, ); while let Some(line) = lines.next_line().await? { -- cgit v1.2.3-70-g09d2