Updated README.md and added soem more stuff

This commit is contained in:
2026-07-19 23:20:08 +02:00
parent 35ea93ff7d
commit 30b5137100
9 changed files with 834 additions and 92 deletions
+1 -1
View File
@@ -18,6 +18,7 @@ dependencies {
implementation("org.jetbrains:annotations:23.1.0")
implementation("io.github.givimad:whisper-jni:+")
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.vdurmont:emoji-java:5.1.1'
testImplementation platform('org.junit:junit-bom:6.0.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
@@ -27,7 +28,6 @@ dependencies {
sourceSets {
main {
resources {
srcDirs "src/main/resources"
}
}
}