summaryrefslogtreecommitdiff
path: root/server/hook
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-02-20 22:53:27 +0100
committerJoel Klinghed <the_jk@spawned.biz>2025-02-20 22:53:27 +0100
commite940d84f69e3fd627731d5d3f698d6f838797862 (patch)
tree779eefcde993e22c0a69c18a3cb6e1cb9d17aad3 /server/hook
parentbf025b4977543a371df9dbdddfe9cc2f02f2a8d0 (diff)
WIPWIP
Diffstat (limited to 'server/hook')
-rw-r--r--server/hook/Cargo.toml1
-rw-r--r--server/hook/src/githook.rs1
2 files changed, 2 insertions, 0 deletions
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<dyn Error>> {
None::<String>,
None::<String>,
None::<PathBuf>,
+ None::<PathBuf>,
);
while let Some(line) = lines.next_line().await? {