working on legacy note rendering

This commit is contained in:
2025-08-13 08:50:54 +02:00
parent 85ae67b72f
commit 65701dee74
3 changed files with 38 additions and 14 deletions

View File

@@ -4,6 +4,7 @@ dependencies{
implementation(project(":core"))
implementation(project(":user"))
implementation("de.srsoftware:tools.mime:1.1.2")
implementation("de.srsoftware:tools.web:1.3.16")
implementation("org.bitbucket.b_c:jose4j:0.9.6")
implementation("org.xerial:sqlite-jdbc:3.49.0.0")
}