Change immich-sdk to a git dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user