Compare commits

..

2 Commits

Author SHA1 Message Date
oysteikt 212f8b7104 finger: debug logging serverside
Build and test / check (push) Failing after 1m3s
Build and test / build (push) Failing after 1m22s
Build and test / test (push) Failing after 2m21s
Build and test / docs (push) Failing after 2m52s
2026-04-23 19:04:35 +09:00
oysteikt f5f079ac25 finger: dedup results 2026-04-23 19:04:35 +09:00
-1
View File
@@ -1,7 +1,6 @@
use std::os::fd::OwnedFd;
use anyhow::Context;
use itertools::Itertools;
use serde::{Deserialize, Serialize};
use zlink::{ReplyError, service::MethodReply};