Use a context struct
This commit is contained in:
parent
60208331ba
commit
a0d9bfa97b
10 changed files with 134 additions and 45 deletions
|
|
@ -12,6 +12,7 @@ keywords = ["immich"]
|
|||
ignored = ["progenitor-client", "regress"]
|
||||
|
||||
[dependencies]
|
||||
bon = "2.3.0"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
color-eyre = "0.6.3"
|
||||
|
|
@ -22,6 +23,7 @@ figment_file_provider_adapter = "0.1.1"
|
|||
log = "0.4.22"
|
||||
pretty_env_logger = "0.5.0"
|
||||
progenitor-client = "0.8.0"
|
||||
readonly = "0.2.12"
|
||||
regress = "0.10.1"
|
||||
reqwest = { version = "0.12.8", features = ["json", "stream"] }
|
||||
serde = { version = "1.0.213", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue