Private
Public Access
1
0

kordophoned: reorg: server impl in separate file, skeleton for conversations

This commit is contained in:
2025-02-12 00:26:32 -08:00
parent 6a7d376aa9
commit 68ff158d6c
5 changed files with 45 additions and 32 deletions

View File

@@ -1,5 +1,3 @@
use std::sync::Arc;
pub struct Daemon {
pub version: String,
}