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