Initial commit

This commit is contained in:
Marc Plano-Lesay 2024-10-23 20:36:36 +11:00
commit 56a22203ef
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
9 changed files with 14675 additions and 0 deletions

19
Cargo.toml Normal file
View file

@ -0,0 +1,19 @@
[package]
name = "immich-tools"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
futures = "0.3.31"
progenitor-client = "0.8.0"
regress = "0.10.1"
reqwest = { version = "0.12.8", features = ["json", "stream"] }
serde = { version = "1.0.213", features = ["derive"] }
uuid = { version = "1.11.0", features = ["serde", "v4"] }
[build-dependencies]
prettyplease = "0.2.24"
progenitor = "0.8.0"
serde_json = "1.0"
syn = "2.0"