Add a album auto-create command

This commit is contained in:
Marc Plano-Lesay 2024-12-03 16:32:05 +11:00
parent 998bfce68f
commit 0ac02c34c6
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
14 changed files with 323 additions and 2 deletions

10
Cargo.lock generated
View file

@ -1312,6 +1312,7 @@ dependencies = [
"figment_file_provider_adapter",
"httpmock",
"log",
"multimap",
"openapiv3",
"pretty_env_logger",
"prettyplease",
@ -1559,6 +1560,15 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "multimap"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
dependencies = [
"serde",
]
[[package]]
name = "native-tls"
version = "0.2.11"