server: add basic config file
Build and test / check (push) Failing after 57s
Build and test / build (push) Failing after 1m29s
Build and test / test (push) Failing after 1m36s
Build and test / docs (push) Has been cancelled

This commit is contained in:
2026-01-05 18:16:35 +09:00
parent 4cb2862133
commit bf39ca5c9b
6 changed files with 148 additions and 19 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ pub fn generate_rwhod_status_update() -> anyhow::Result<WhodStatusUpdate> {
Ok(result)
}
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct RwhodSendTarget {
/// Name of the network interface.
pub name: String,