remove OIDC/Postgres, replace ApiError w/ AppError, move params to api-types
This commit is contained in:
@@ -10,9 +10,7 @@ path = "src/main.rs"
|
||||
[features]
|
||||
default = ["sqlite", "auth-jwt", "jellyfin"]
|
||||
sqlite = ["dep:adapter-sqlite", "infra-wiring/sqlite"]
|
||||
postgres = ["dep:adapter-postgres", "infra-wiring/postgres"]
|
||||
auth-jwt = ["adapter-auth/jwt"]
|
||||
auth-oidc = ["adapter-auth/oidc"]
|
||||
jellyfin = ["dep:adapter-jellyfin"]
|
||||
local-files = ["dep:adapter-local-files", "dep:tokio-util"]
|
||||
|
||||
@@ -26,7 +24,6 @@ adapter-event-publisher = { workspace = true }
|
||||
|
||||
# Feature-gated adapters
|
||||
adapter-sqlite = { workspace = true, optional = true }
|
||||
adapter-postgres = { workspace = true, optional = true }
|
||||
adapter-jellyfin = { workspace = true, optional = true }
|
||||
adapter-local-files = { workspace = true, optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user