cosmic-applets/cosmic-applet-bluetooth/src/config.rs

4 lines
128 B
Rust
Raw Normal View History

pub const APP_ID: &str = "com.system76.CosmicAppletBluetooth";
2023-02-08 18:38:09 -05:00
pub const PROFILE: &str = "";
pub const VERSION: &str = "0.1.0";