feat(autoconfigure): generate names using a unique hash

This commit is contained in:
2025-10-27 18:21:28 -04:00
parent 3bbe6561ef
commit e7f5be30dd
6 changed files with 151 additions and 6 deletions

View File

@@ -11,9 +11,10 @@ edition = "2024"
anyhow = "1.0.100"
toml = "0.9.8"
log = "0.4.28"
sha256 = "1.6.0"
[dependencies.image]
version = "0.25.6"
version = "0.25.8"
default-features = false
features = ["png"]
optional = true