feat: Update dependencies and integrate k-core for database management
This commit is contained in:
@@ -30,3 +30,8 @@ async-trait = "0.1.89"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
dotenvy = "0.15.7"
|
||||
k-core = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-core", features = [
|
||||
"logging",
|
||||
"db-sqlx",
|
||||
"sqlite"
|
||||
], version = "*"}
|
||||
Reference in New Issue
Block a user