feat: implement transcode settings repository and integrate with local-files provider
This commit is contained in:
@@ -11,7 +11,7 @@ postgres = ["infra/postgres"]
|
||||
auth-oidc = ["infra/auth-oidc"]
|
||||
auth-jwt = ["infra/auth-jwt"]
|
||||
jellyfin = ["infra/jellyfin"]
|
||||
local-files = ["infra/local-files", "dep:tokio-util", "dep:sqlx"]
|
||||
local-files = ["infra/local-files", "dep:tokio-util"]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
@@ -65,4 +65,3 @@ async-trait = "0.1"
|
||||
dotenvy = "0.15.7"
|
||||
time = "0.3"
|
||||
tokio-util = { version = "0.7", features = ["io"], optional = true }
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user