mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
12 lines
183 B
Rust
12 lines
183 B
Rust
pub mod config;
|
|
|
|
pub mod error;
|
|
|
|
pub mod ctrl_anime;
|
|
|
|
pub mod zbus_anime;
|
|
|
|
pub static DBUS_NAME: &str = "org.asuslinux.Daemon";
|
|
|
|
pub static VERSION: &str = env!("CARGO_PKG_VERSION");
|