Add support for config file in image directory
This config file will be loaded together with the images and defines the passwords for login and some other parameters.
This commit is contained in:
@ -16,6 +16,7 @@ jemallocator = "0.5.0"
|
||||
kamadak-exif = "0.5.5"
|
||||
minijinja = "0.30.4"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_yaml = "0.9.21"
|
||||
tokio = { version = "1.25.0", features = ["full"] }
|
||||
tower-http = { version = "0.3.5", features = ["fs", "trace", "compression-br"] }
|
||||
tracing = "0.1.37"
|
||||
|
Reference in New Issue
Block a user