Adds kordophoned, basic dbus interface
This commit is contained in:
11
kordophoned/src/daemon/mod.rs
Normal file
11
kordophoned/src/daemon/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
pub struct Daemon {
|
||||
pub version: String,
|
||||
}
|
||||
|
||||
impl Daemon {
|
||||
pub fn new() -> Self {
|
||||
Self { version: "0.1.0".to_string() }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user