improvements

This commit is contained in:
2023-10-12 14:08:13 +06:00
parent 4e2c5ea31e
commit 41549fbef1
7 changed files with 148 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ microutils = "0.20.7"
imageboard = "2.6.0"
krontab = "2.2.1"
kslog = "1.2.1"
ktor = "2.3.5"
exposed = "0.44.0"
psql = "42.6.0"
clikt = "4.2.1"
@@ -23,6 +24,8 @@ kslog = { module = "dev.inmo:kslog", version.ref = "kslog" }
exposed = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "exposed" }
psql = { module = "org.postgresql:postgresql", version.ref = "psql" }
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
imageboard = { module = "com.github.Kodehawa:imageboard-api", version.ref = "imageboard" }
clikt = { module = "com.github.ajalt.clikt:clikt", version.ref = "clikt" }