diff --git a/src/constants.rs b/src/constants.rs new file mode 100644 index 0000000..eddc6e1 --- /dev/null +++ b/src/constants.rs @@ -0,0 +1,3 @@ +pub const APP_NAME: &str = "Rex2"; +pub const APP_ID: &str = "org.gabmus.rex2"; +pub const CMD_NAME: &str = "rex2";