feat: app constants

This commit is contained in:
Gabriele Musco 2023-06-02 15:43:23 +02:00
parent 10048c6f26
commit e005208dd9

3
src/constants.rs Normal file
View file

@ -0,0 +1,3 @@
pub const APP_NAME: &str = "Rex2";
pub const APP_ID: &str = "org.gabmus.rex2";
pub const CMD_NAME: &str = "rex2";