mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
feat: app constants
This commit is contained in:
parent
10048c6f26
commit
e005208dd9
1 changed files with 3 additions and 0 deletions
3
src/constants.rs
Normal file
3
src/constants.rs
Normal 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";
|
Loading…
Add table
Reference in a new issue