write workpackage on openproject

This commit is contained in:
2024-01-08 13:26:09 +01:00
parent 5b34a51d90
commit a17901a6d6
15 changed files with 739 additions and 82 deletions
+4
View File
@@ -0,0 +1,4 @@
pub struct GeneralError {
pub(crate) description: String,
}