Private
Public Access
1
0
Files
Kordophone/kordophoned/src/dbus/mod.rs

11 lines
275 B
Rust
Raw Normal View History

2025-02-11 23:15:24 -08:00
pub mod endpoint;
pub mod server_impl;
2025-02-11 23:15:24 -08:00
pub mod interface {
#![allow(unused)]
pub const NAME: &str = "net.buzzert.kordophonecd";
pub const OBJECT_PATH: &str = "/net/buzzert/kordophonecd/daemon";
include!(concat!(env!("OUT_DIR"), "/kordophone-server.rs"));
}