temporal progress

This commit is contained in:
2022-09-07 15:01:03 +06:00
parent 4a6e7e472b
commit 0b6f3aeb17
8 changed files with 210 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ krontab = "0.8.0"
kslog = "0.5.1"
exposed = "0.39.2"
psql = "42.5.0"
clikt = "3.5.0"
[libraries]
@@ -24,6 +25,8 @@ psql = { module = "org.postgresql:postgresql", version.ref = "psql" }
imageboard = { module = "com.github.Kodehawa:imageboard-api", version.ref = "imageboard" }
clikt = { module = "com.github.ajalt.clikt:clikt", version.ref = "clikt" }
# Libs for classpath
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-serialization-plugin = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }