7 lines
166 B
Rust
7 lines
166 B
Rust
|
|
pub mod endpoint;
|
||
|
|
|
||
|
|
pub mod interface {
|
||
|
|
pub static NAME: &str = "net.buzzert.kordophonecd";
|
||
|
|
pub static OBJECT_PATH: &str = "/net/buzzert/kordophone/Server";
|
||
|
|
}
|