Change immich-sdk to a git dependency

This commit is contained in:
2026-05-31 23:22:54 +02:00
parent fc721ba817
commit 3027fa207c
2 changed files with 6 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -2482,6 +2482,7 @@ dependencies = [
[[package]]
name = "immich-sdk"
version = "1.137.0"
source = "git+https://git.nubo.sh/hulthe/immich-sdk.git?rev=c0bde4f8bd50d2861548666297f40bed3b85b865#c0bde4f8bd50d2861548666297f40bed3b85b865"
dependencies = [
"async-trait",
"bytes",

View File

@@ -11,7 +11,6 @@ clap = { version = "4.6.0", features = ["derive", "env"] }
either = "1.15.0"
futures = "0.3.32"
image = { version = "0.25.10", default-features = false, features = ["serde", "webp"] }
immich-sdk.path = "../immich-sdk/"
kameo = "0.19.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
@@ -23,6 +22,11 @@ xdg = "3.0.0"
tikv-jemallocator = "0.6"
toml = "1.1.2"
[dependencies.immich-sdk]
#path = "../immich-sdk"
git = "https://git.nubo.sh/hulthe/immich-sdk.git"
rev = "c0bde4f8bd50d2861548666297f40bed3b85b865"
[dependencies.slint]
version = "1.16.1"
default-features = false