This commit is contained in:
Dr. Matthias Ratajczak
2022-12-02 17:08:17 +01:00
parent 8c383799d4
commit e1d3db670a
5 changed files with 16 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
pub const EDIT: &str = "edit";
pub const GROUPS: &str = "groups";
pub const SYNC: &str = "sync";
pub const UNMANAGED: &str = "unmanaged";
pub const VERSION: &str = "version";